diff options
Diffstat (limited to 'TemplePushing.c4s/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Script.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c index 5df463a..00c1bf6 100644 --- a/TemplePushing.c4s/Script.c +++ b/TemplePushing.c4s/Script.c @@ -508,6 +508,7 @@ global func FxGameOverStop(object pTarget, int iEffectNumber) { Sound("Trumpet", 1); GameOver(); + RemoveAll(MELE); } func GetPlayers() @@ -714,4 +715,4 @@ func ToggleAmbienceSounds(int player) SetPlrExtraData(player, PlrData_EnableAmbienceSounds, preference); DoAmbienceSounds(player); -}
\ No newline at end of file +} |
