X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSettings.cpp;h=71b7581bd77ce6683c386e20a582a8100ba79e77;hb=56623d20eeb3e38bcc30e9a8fd02ab3bf4f7f994;hp=26a404c5f6dd57480dd9ccf563237e99c73f013f;hpb=de7834267e2ff8f28a2cb49647fc91e060686e93;p=lugaru.git diff --git a/Source/Settings.cpp b/Source/Settings.cpp index 26a404c..71b7581 100644 --- a/Source/Settings.cpp +++ b/Source/Settings.cpp @@ -28,7 +28,7 @@ void DefaultSettings(Game &game) { velocityblur=0; volume = 0.8f; ambientsound=1; - vblsync=0; + vblsync=1; debugmode=0; game.crouchkey=SDLK_LSHIFT;