mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Accidentally changed the wrong SaveElevatorThinker call to SaveCrumbleThinker
This commit is contained in:
parent
38a3be00d0
commit
5a3883648d
1 changed files with 2 additions and 2 deletions
|
|
@ -2399,7 +2399,7 @@ static void P_NetArchiveThinkers(void)
|
|||
}
|
||||
else if (th->function.acp1 == (actionf_p1)T_CameraScanner)
|
||||
{
|
||||
SaveCrumbleThinker(th, tc_camerascanner);
|
||||
SaveElevatorThinker(th, tc_camerascanner);
|
||||
continue;
|
||||
}
|
||||
else if (th->function.acp1 == (actionf_p1)T_Scroll)
|
||||
|
|
@ -2424,7 +2424,7 @@ static void P_NetArchiveThinkers(void)
|
|||
}
|
||||
else if (th->function.acp1 == (actionf_p1)T_StartCrumble)
|
||||
{
|
||||
SaveElevatorThinker(th, tc_startcrumble);
|
||||
SaveCrumbleThinker(th, tc_startcrumble);
|
||||
continue;
|
||||
}
|
||||
else if (th->function.acp1 == (actionf_p1)T_MarioBlock)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue