Missing else. I am messing up my elses today

This commit is contained in:
toaster 2023-03-01 17:15:35 +00:00
parent a2b5844ae8
commit 5f74d8ca85

View file

@ -672,7 +672,7 @@ void P_Ticker(boolean run)
{ {
S_StartSound(NULL, sfx_s3kad); // GO! S_StartSound(NULL, sfx_s3kad); // GO!
} }
if (leveltime == (starttime + (TICRATE/2))) else if (leveltime == (starttime + (TICRATE/2)))
{ {
S_ChangeMusic(mapmusname, mapmusflags, true); S_ChangeMusic(mapmusname, mapmusflags, true);
S_ShowMusicCredit(); S_ShowMusicCredit();