fix indent

This commit is contained in:
Christian Semmler 2023-06-23 16:13:19 +02:00
parent 3b779defc4
commit 344fcf48ad
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -125,9 +125,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
g_mousemoved = FALSE; g_mousemoved = FALSE;
} }
} else if (g_mousemoved) { } else if (g_mousemoved) {
if (g_isle) { if (g_isle) {
g_isle->Tick(0); g_isle->Tick(0);
} }
goto LAB_00401bc7; goto LAB_00401bc7;
} }
} }