mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-21 10:57:15 -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;
|
||||
|
||||
if (!demo_compatibility)
|
||||
{
|
||||
WI_checkForAccelerate();
|
||||
}
|
||||
else
|
||||
{
|
||||
for (int i = 0; i < MAXPLAYERS; ++i)
|
||||
{
|
||||
if (players[i].cmd.buttons)
|
||||
{
|
||||
next_level = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
WI_checkForAccelerate();
|
||||
|
||||
if (!next_level)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user