diff -r eb9f9608158b -r eadf8259306f hedgewars/uTypes.pas --- 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,