give up if all human players have 30 misses so that battle will end early

This commit is contained in:
Chris Danford
2005-05-09 15:14:19 +00:00
parent 856a6a2ab1
commit 0b1031732e
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ protected:
ThemeMetric<bool> BACK_GIVES_UP;
ThemeMetric<bool> GIVING_UP_GOES_TO_PREV_SCREEN;
ThemeMetric<bool> GIVING_UP_GOES_TO_NEXT_SCREEN;
ThemeMetric<bool> GIVE_UP_AFTER_30_MISSES;
ThemeMetric<bool> FAIL_AFTER_30_MISSES;
ThemeMetric<bool> USE_FORCED_MODIFIERS_IN_BEGINNER;
ThemeMetric<CString> FORCED_MODIFIERS_IN_BEGINNER;