src/ai/core/ai_controller.hpp
branchnoai
changeset 9364 dde316c28f1d
parent 9361 7bb2bd22b16e
child 9372 bd60b398f92b
--- a/src/ai/core/ai_controller.hpp	Tue Mar 13 21:32:52 2007 +0000
+++ b/src/ai/core/ai_controller.hpp	Tue Mar 13 21:41:05 2007 +0000
@@ -11,7 +11,6 @@
 public:
 	uint tick;
 
-public:
 	AIController() :
 		tick(0)
 	{}