QTfrontend/gamecfgwidget.cpp
changeset 4250 d83b53997e0b
parent 4248 e127b3d26248
child 4269 945f2d104268
--- a/QTfrontend/gamecfgwidget.cpp	Fri Nov 12 15:20:54 2010 +0100
+++ b/QTfrontend/gamecfgwidget.cpp	Fri Nov 12 17:08:31 2010 +0100
@@ -149,6 +149,8 @@
         result |= 0x00200000;       // reset weaps
     if (schemeData(21).toBool())
         result |= 0x00400000;       // per hog ammo
+    if (schemeData(22).toBool())
+        result |= 0x00800000;       // no wind
 
     return result;
 }