Fix mamer crash on listmanagers command
[capablanca.git] / lasker-2.2.3 / bots / mamer / TourneyPlayers.cc
index 08e1197..e967edc 100644 (file)
@@ -180,7 +180,7 @@ void TourneyPlayers::ChangeColorDue(int value) {
 //- AddWhite ---------------------------------
 void TourneyPlayers::AddWhite(void) {
   consecutiveWhites++;
-  totalWhites++; // [HGM] this variable did not seem to get updated anywhere
+  totalWhites++; // [HGM] this varable did not seem to get updater anywhere
   ChangeColorDue(0);
   ClearBlacks();
 }//- end AddWhite  
@@ -188,7 +188,7 @@ void TourneyPlayers::AddWhite(void) {
 //- AddBlack ---------------------------------
 void TourneyPlayers::AddBlack(void) {
   consecutiveBlacks++;
-  totalBlacks++; // [HGM] this variable did not seem to get updated anywhere
+  totalBlacks++; // [HGM] this varable did not seem to get updater anywhere
   ChangeColorDue(1);
   ClearWhites();
 }//- end AddBlack