Update of /cvsroot/wpdev/wolfpack/ai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24444/ai
Modified Files:
ai.h
Log Message:
I think it might help most people to just disable AIDEBUG for now.
If anything it should be a configure option :)
Index: ai.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ai/ai.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ai.h 2 Jun 2004 15:04:08 -0000 1.10
--- ai.h 4 Aug 2004 22:22:32 -0000 1.11
***************
*** 50,57 ****
// #define AIDEBUG
- #if !defined(NDEBUG) && !defined(AIDEBUG)
- #define AIDEBUG
- #endif
-
class AbstractAction
{
--- 50,53 ----
|