mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No reference count update in K_ResetSpecialStage
This commit is contained in:
parent
0502affedb
commit
07767c4d03
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ struct specialStage specialStage;
|
|||
--------------------------------------------------*/
|
||||
void K_ResetSpecialStage(void)
|
||||
{
|
||||
P_SetTarget(&specialStage.ufo, NULL);
|
||||
memset(&specialStage, 0, sizeof(struct specialStage));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue