mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Missing else. I am messing up my elses today
This commit is contained in:
parent
a2b5844ae8
commit
5f74d8ca85
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ void P_Ticker(boolean run)
|
|||
{
|
||||
S_StartSound(NULL, sfx_s3kad); // GO!
|
||||
}
|
||||
if (leveltime == (starttime + (TICRATE/2)))
|
||||
else if (leveltime == (starttime + (TICRATE/2)))
|
||||
{
|
||||
S_ChangeMusic(mapmusname, mapmusflags, true);
|
||||
S_ShowMusicCredit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue