hedgewars/uTypes.pas
changeset 15591 130b5052335c
parent 15590 147d0561bebc
child 15639 afeffdb4a712
equal deleted inserted replaced
15590:147d0561bebc 15591:130b5052335c
   527 
   527 
   528             sidCmdHeaderTaunts, sidCmdSpeech, sidCmdThink, sidCmdYell,
   528             sidCmdHeaderTaunts, sidCmdSpeech, sidCmdThink, sidCmdYell,
   529             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
   529             sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya,
   530             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
   530             sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle,
   531             sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
   531             sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown,
   532             sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy);
   532             sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy,
       
   533             sidCmdSad);
   533 
   534 
   534     // Events that are important for the course of the game or at least interesting for other reasons
   535     // Events that are important for the course of the game or at least interesting for other reasons
   535     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   536     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   536             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   537             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   537             eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,
   538             eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,