src/ai/default/default.cpp
changeset 8969 6d1c74e0e2cd
parent 8962 1b263c69799d
child 8970 da7261f48b7e
--- a/src/ai/default/default.cpp	Fri Apr 18 03:20:59 2008 +0000
+++ b/src/ai/default/default.cpp	Fri Apr 18 04:37:06 2008 +0000
@@ -3995,11 +3995,11 @@
 		if (_players_ai[p->index].state != old_state) {
 			if (hasdots)
 				printf("\n");
-			hasdots=false;
+			hasdots = false;
 			printf("AiState: %s\n", _ai_state_names[old_state=_players_ai[p->index].state]);
 		} else {
 			printf(".");
-			hasdots=true;
+			hasdots = true;
 		}
 	}
 #endif