mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Merge branch 'emeraldhunt-fix' into 'next'
Fix emerald hunt not working properly See merge request STJr/SRB2!593
This commit is contained in:
commit
34687e85d7
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