hedgewars/uTypes.pas
changeset 15591 130b5052335c
parent 15590 147d0561bebc
child 15639 afeffdb4a712
--- a/hedgewars/uTypes.pas	Fri Jun 05 00:31:14 2020 +0200
+++ b/hedgewars/uTypes.pas	Fri Jun 05 00:37:33 2020 +0200
@@ -529,7 +529,8 @@
             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
             sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
-            sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy);
+            sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy,
+            sidCmdSad);
 
     // Events that are important for the course of the game or at least interesting for other reasons
     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,