mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Oopsie 2
This commit is contained in:
parent
4c00e33096
commit
ff8a62819b
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ void P_GiveFinishFlags(player_t *player)
|
|||
if (!player->mo)
|
||||
return;
|
||||
|
||||
if !(netgame||multiplayer)
|
||||
if (!(netgame||multiplayer))
|
||||
return;
|
||||
|
||||
for (i = 0; i < 3; i++)
|
||||
|
|
Loading…
Reference in a new issue