mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Fix emerald hunt not working properly
This commit is contained in:
parent
6a85e40232
commit
0d15f27026
1 changed files with 1 additions and 2 deletions
|
@ -1854,8 +1854,7 @@ void G_DoLoadLevel(boolean resetplayer)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!resetplayer)
|
||||
P_FindEmerald();
|
||||
P_FindEmerald();
|
||||
|
||||
displayplayer = consoleplayer; // view the guy you are playing
|
||||
if (!splitscreen && !botingame)
|
||||
|
|
Loading…
Reference in a new issue