hedgewars/uTypes.pas
changeset 14378 4edc73fc722c
parent 14352 2ba1f4a971ca
child 14398 87562a68c41f
--- a/hedgewars/uTypes.pas	Sat Dec 08 14:02:25 2018 +0100
+++ b/hedgewars/uTypes.pas	Sat Dec 08 14:10:42 2018 +0100
@@ -511,7 +511,8 @@
             sidCmdHeaderTaunts, sidCmdSpeech, sidCmdThink, sidCmdYell,
             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
-            sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown);
+            sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
+            sidCmdHelpRoom, sidCmdHelpRoomFail);
 
     // Events that are important for the course of the game or at least interesting for other reasons
     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,