SpawnEmeraldHunt() -> P_SpawnEmeraldHunt()

This commit is contained in:
MascaraSnake 2019-12-15 09:49:54 +01:00
parent bcfd9fe504
commit 8a6e244e60

View file

@ -1035,7 +1035,7 @@ static void P_PrepareThings(lumpnum_t lumpnum)
Z_Free(data); Z_Free(data);
} }
static void SpawnEmeraldHunt (void) static void P_SpawnEmeraldHunt(void)
{ {
INT32 emer1, emer2, emer3; INT32 emer1, emer2, emer3;
INT32 timeout = 0; // keeps from getting stuck INT32 timeout = 0; // keeps from getting stuck
@ -1119,7 +1119,7 @@ static void P_LoadThings(boolean loademblems)
// random emeralds for hunt // random emeralds for hunt
if (numhuntemeralds) if (numhuntemeralds)
SpawnEmeraldHunt(); P_SpawnEmeraldHunt();
if (metalrecording) // Metal Sonic gets no rings to distract him. if (metalrecording) // Metal Sonic gets no rings to distract him.
return; return;