mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
oops
This commit is contained in:
parent
8c836971de
commit
6bfccec3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1342,7 +1342,7 @@ void P_DoSuperTransformation(player_t *player, boolean giverings)
|
||||||
P_SetPlayerMobjState(player->mo, S_PLAY_SUPER_TRANS1);
|
P_SetPlayerMobjState(player->mo, S_PLAY_SUPER_TRANS1);
|
||||||
|
|
||||||
if (giverings) && player->rings > 50
|
if (giverings) && player->rings > 50
|
||||||
player->rings = 50
|
player->rings = 50;
|
||||||
|
|
||||||
// Just in case.
|
// Just in case.
|
||||||
if (!(mapheaderinfo[gamemap-1]->levelflags & LF_NOSSMUSIC))
|
if (!(mapheaderinfo[gamemap-1]->levelflags & LF_NOSSMUSIC))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue