1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 13:39:42 +00:00

Get rid of break

It might look confusing with the breaks in the switch below
This commit is contained in:
AnyOldName3 2021-12-20 22:23:44 +00:00
parent fe1523d16d
commit 97396da74c

View file

@ -137,9 +137,8 @@ namespace Crash
frozen = true;
handleCrash();
running = false;
break;
}
if (waitApp())
if (!frozen && waitApp())
{
shmLock();