Skip to content

Commit

Permalink
Fixed Sonic's player object calling DeathMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
AeriaVelocity committed Apr 11, 2023
1 parent 1587290 commit d087a55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified ACS/SD_SCRIP.o
Binary file not shown.
2 changes: 0 additions & 2 deletions ZScript/Player.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@ class SonicPlayer : PlayerPawn
A_PlaySound("sonic/scream");
}
}
TNT1 A 0 ACS_NamedExecute("DeathMusic", 0, 0);
PLAY H 10;
PLAY I 10;
PLAY J 10 A_NoBlocking;
PLAY KLM 10;
PLAY N -1;
Stop;
XDeath:
TNT1 A 0 ACS_NamedExecute("DeathMusic", 0, 1);
TNT1 A 0 A_PlaySound("sonic/ohno");
TNT1 A 0 A_Log("OH NO");
PLAY O 5;
Expand Down

0 comments on commit d087a55

Please sign in to comment.