hedgewars/uScript.pas
changeset 13272 5984e8c6cbeb
parent 13270 969aacfa229c
child 13340 85644a45e988
--- a/hedgewars/uScript.pas	Thu Mar 22 23:27:11 2018 +0100
+++ b/hedgewars/uScript.pas	Fri Mar 23 03:17:01 2018 +0100
@@ -3662,7 +3662,7 @@
 ScriptSetString(_S'LOCALE', cLocale);
 
 // import game flags
-ScriptSetInteger('gfForts', gfForts);
+ScriptSetInteger('gfSwitchHog', gfSwitchHog);
 ScriptSetInteger('gfMultiWeapon', gfMultiWeapon);
 ScriptSetInteger('gfSolidLand', gfSolidLand);
 ScriptSetInteger('gfBorder', gfBorder);