diff --git a/ISLE/main.cpp b/ISLE/main.cpp index 0959b38a..f45e9529 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -125,9 +125,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine g_mousemoved = FALSE; } } else if (g_mousemoved) { - if (g_isle) { + if (g_isle) { g_isle->Tick(0); - } + } goto LAB_00401bc7; } }