mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- standardise main loop for Exhumed following changes to Duke3D/RR/SW main loops.
This commit is contained in:
parent
693b6955da
commit
419329b5b2
1 changed files with 1 additions and 1 deletions
|
@ -2337,7 +2337,7 @@ GAMELOOP:
|
||||||
{
|
{
|
||||||
bInMove = kTrue;
|
bInMove = kTrue;
|
||||||
|
|
||||||
if (GUICapture || bPause)
|
if (M_Active() || GUICapture || bPause)
|
||||||
{
|
{
|
||||||
totalclock = tclocks + 4;
|
totalclock = tclocks + 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue