URI:
       tVariable name corrected. - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 88bf62955e594a05fdb1d61dc6a23f3a727762d9
   DIR parent 1388ce190ee5000a2bd29614b532f447e142ae42
  HTML Author: Ben Webb <ben@salilab.org>
       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(-)
       ---
   DIR 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;