diff -r dd1350a475d9 -r 330c14f4ba69 hedgewars/uFLTypes.pas --- 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;