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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/2005/i/robert/src/ai/test_ai.cc b/2005/i/robert/src/ai/test_ai.cc
index 03a1642..129ed44 100644
--- a/2005/i/robert/src/ai/test_ai.cc
+++ b/2005/i/robert/src/ai/test_ai.cc
@@ -161,6 +161,7 @@ main (int argc, char **argv)
if(++i > argc)
throw std::runtime_error("syntax error");
ai_.temporisation (argv[i][0]);
+ break;
case 'o':
if(++i > argc)
throw std::runtime_error("syntax error");