src/ai/NoAI/NoAI.cpp
branchnoai
changeset 9390 4042c17c8055
parent 9384 188a770476e0
child 9405 df6f3b4b0038
--- a/src/ai/NoAI/NoAI.cpp	Wed Mar 14 22:31:59 2007 +0000
+++ b/src/ai/NoAI/NoAI.cpp	Wed Mar 14 22:55:57 2007 +0000
@@ -4,6 +4,8 @@
 
 #include "NoAI.hpp"
 
+static FNoAI iFNoAI; ///< Tell the AI-core that we have an AI with which we like to play.
+
 /* virtual */ void NoAI::GameLoop()
 {
 	if (this->GetTick() == 1) {