X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;h=f8f180c6aa38b3c7a8f7ce889355f12250869b69;hb=980959d6da4f0cd440372c0efd25b89f8a034cb6;hp=1c362a8bbc59e59a6193985c8b771bd70aab6431;hpb=c0ddd3f024c6f5ad8f74595921ffe884bad7dcde;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 1c362a8..f8f180c 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -1347,7 +1347,7 @@ int main(int argc, char **argv) if (!SetUp (game)) return 42; - while (!gDone&&!game.quit&&(!game.tryquit||!game.registered)) + while (!gDone&&!game.quit&&(!game.tryquit)) { if (IsFocused()) {