equal
deleted
inserted
replaced
147 result |= 0x00100000; // infinite attacks |
147 result |= 0x00100000; // infinite attacks |
148 if (schemeData(20).toBool()) |
148 if (schemeData(20).toBool()) |
149 result |= 0x00200000; // reset weaps |
149 result |= 0x00200000; // reset weaps |
150 if (schemeData(21).toBool()) |
150 if (schemeData(21).toBool()) |
151 result |= 0x00400000; // per hog ammo |
151 result |= 0x00400000; // per hog ammo |
|
152 if (schemeData(22).toBool()) |
|
153 result |= 0x00800000; // no wind |
152 |
154 |
153 return result; |
155 return result; |
154 } |
156 } |
155 |
157 |
156 quint32 GameCFGWidget::getInitHealth() const |
158 quint32 GameCFGWidget::getInitHealth() const |