summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/test_ai.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/ai/test_ai.cc')
-rw-r--r--2005/i/robert/src/ai/test_ai.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/2005/i/robert/src/ai/test_ai.cc b/2005/i/robert/src/ai/test_ai.cc
index 835ee8d..da34917 100644
--- a/2005/i/robert/src/ai/test_ai.cc
+++ b/2005/i/robert/src/ai/test_ai.cc
@@ -85,6 +85,10 @@ main (int argc, char **argv)
{
ai_.initBalFiable ();
}
+ if (argv[i][0] == '2')
+ {
+ ai_.initTest ();
+ }
break;
case 'j':
if(++i > argc)