mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
SpawnEmeraldHunt() -> P_SpawnEmeraldHunt()
This commit is contained in:
parent
7fba63d1fa
commit
71767b7d11
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue