always use WI_checkForAccelerate for UMAPINFO ending (#2149)

This commit is contained in:
Roman Fomin 2025-01-24 15:36:36 +07:00 committed by GitHub
parent f256b18e06
commit 93dffe234a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
{