hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11440 330c14f4ba69
parent 11437 6e641b5453f9
child 11442 6b04a266feee
--- a/hedgewars/uFLTypes.pas	Wed Dec 02 13:39:16 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Wed Dec 02 22:21:23 2015 +0300
@@ -11,7 +11,7 @@
                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
-                    , mtMap, mtMazeSize, mtTemplate, mtAmmo);
+                    , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
 
     TFLIBEvent = (flibGameFinished);
 
@@ -65,6 +65,12 @@
             , disablewind
             , morewind
             , tagteam
+            , resethealth
+            , disablelandobjects
+            , aisurvival
+            , infattack
+            , resetweps
+            , perhogammo
             , bottomborder: boolean;
             damagefactor
             , turntime
@@ -82,6 +88,7 @@
             , healthdecrease
             , ropepct
             , getawaytime
+            , airmines
             , worldedge: LongInt
         end;
     PScheme = ^TScheme;