This commit is contained in:
Mari the Deer 2020-06-03 10:22:52 +02:00
commit b9747a0f6f
2 changed files with 2 additions and 2 deletions

View file

@ -169,7 +169,7 @@ Class WallbusterReloadMenu : GenericMenu
int i = 0;
while ( (queue.Size() > 0) && (++i < 5) )
{
if ( !PopAmmo(true) )
if ( !PopAmmo() )
break;
}
MenuSound("menu/demoscroll");