hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11423 e045dc60c37e
parent 11418 091149424aa4
child 11424 86c13e5662f1
--- a/hedgewars/uFLTypes.pas	Sat Nov 21 12:40:33 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Sat Nov 21 17:07:06 2015 +0300
@@ -5,7 +5,7 @@
     TMessageType = (mtPreview, mtAddPlayingTeam, mtRemovePlayingTeam, mtAddTeam, mtRemoveTeam
                     , mtTeamColor, mtNetData, mtConnected, mtDisconnected, mtAddLobbyClient
                     , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoom, mtUpdateRoom
-                    , mtRemoveRoom);
+                    , mtRemoveRoom, mtError, mtWarning);
 
     TIPCMessage = record
                    str: shortstring;