mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 13:20:29 +00:00
Get rid of break
It might look confusing with the breaks in the switch below
This commit is contained in:
parent
fe1523d16d
commit
97396da74c
@ -137,9 +137,8 @@ namespace Crash
|
|||||||
frozen = true;
|
frozen = true;
|
||||||
handleCrash();
|
handleCrash();
|
||||||
running = false;
|
running = false;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if (waitApp())
|
if (!frozen && waitApp())
|
||||||
{
|
{
|
||||||
shmLock();
|
shmLock();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user