mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
always use WI_checkForAccelerate for UMAPINFO ending (#2149)
This commit is contained in:
parent
f256b18e06
commit
93dffe234a
@ -141,20 +141,7 @@ static boolean MapInfo_Ticker()
|
|||||||
|
|
||||||
boolean next_level = false;
|
boolean next_level = false;
|
||||||
|
|
||||||
if (!demo_compatibility)
|
WI_checkForAccelerate();
|
||||||
{
|
|
||||||
WI_checkForAccelerate();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
for (int i = 0; i < MAXPLAYERS; ++i)
|
|
||||||
{
|
|
||||||
if (players[i].cmd.buttons)
|
|
||||||
{
|
|
||||||
next_level = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!next_level)
|
if (!next_level)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user