hedgewars/uTypes.pas
changeset 13047 eadf8259306f
parent 13042 29357016f374
child 13068 6369d148cfff
--- a/hedgewars/uTypes.pas	Wed Feb 21 03:08:19 2018 +0100
+++ b/hedgewars/uTypes.pas	Wed Feb 21 15:05:50 2018 +0100
@@ -470,7 +470,9 @@
             sidNoEndTurn, sidNotYetAvailable, sidRoundSD, sidRoundsSD, sidReady,
             sidBounce1, sidBounce2, sidBounce3, sidBounce4, sidBounce5, sidBounce,
             sidMute, sidAFK, sidAutoCameraOff, sidAutoCameraOn, sidPressTarget,
-            sidNotAvailableInSD, sidHealthGain, sidEmptyCrate, sidUnknownKey);
+            sidNotAvailableInSD, sidHealthGain, sidEmptyCrate, sidUnknownKey,
+            sidWinner2, sidWinner3, sidWinner4, sidWinner5, sidWinner6,
+            sidWinner7, sidWinnerAll);
 
     // Events that are important for the course of the game or at least interesting for other reasons
     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,