tVariable name corrected. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 88bf62955e594a05fdb1d61dc6a23f3a727762d9
parent 1388ce190ee5000a2bd29614b532f447e142ae42
Author: Ben Webb 
Date:   Fri,  2 Aug 2002 13:18:49 +0000

Variable name corrected.


Diffstat:
  M src/AIPlayer.c                      |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/AIPlayer.c b/src/AIPlayer.c
t@@ -334,7 +334,7 @@ int HandleAIMessage(char *Message, Player *AIPlay)
     break;
   case C_PRINTMESSAGE:
     PrintAIMessage(Data);
-    if (AICode == C_MISSFIGHT || strncmp(Data, "Too late", 8) == 0) {
+    if (AI == C_MISSFIGHT || strncmp(Data, "Too late", 8) == 0) {
       AIJet(AIPlay);
     }
     break;