mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-21 11:21:11 +00:00
SpawnEmeraldHunt() -> P_SpawnEmeraldHunt()
This commit is contained in:
parent
bcfd9fe504
commit
8a6e244e60
1 changed files with 2 additions and 2 deletions
|
@ -1035,7 +1035,7 @@ static void P_PrepareThings(lumpnum_t lumpnum)
|
|||
Z_Free(data);
|
||||
}
|
||||
|
||||
static void SpawnEmeraldHunt (void)
|
||||
static void P_SpawnEmeraldHunt(void)
|
||||
{
|
||||
INT32 emer1, emer2, emer3;
|
||||
INT32 timeout = 0; // keeps from getting stuck
|
||||
|
@ -1119,7 +1119,7 @@ static void P_LoadThings(boolean loademblems)
|
|||
|
||||
// random emeralds for hunt
|
||||
if (numhuntemeralds)
|
||||
SpawnEmeraldHunt();
|
||||
P_SpawnEmeraldHunt();
|
||||
|
||||
if (metalrecording) // Metal Sonic gets no rings to distract him.
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue