(svn r10615) [NoAI] -Fix r10613: one might wonder how hard it can be to fix something this simple... noai
authortruelight
Wed, 18 Jul 2007 15:24:10 +0000
branchnoai
changeset 9676 b450aa5f774d
parent 9675 31a01e8b5b01
child 9677 96e8d3f0412d
(svn r10615) [NoAI] -Fix r10613: one might wonder how hard it can be to fix something this simple...
src/ai/ai_squirrel.cpp
--- a/src/ai/ai_squirrel.cpp	Wed Jul 18 15:13:33 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Wed Jul 18 15:24:10 2007 +0000
@@ -214,9 +214,6 @@
 	SQAICargoRegister(this->engine);
 	SQAICompanyRegister(this->engine);
 	SQAIControllerRegister(this->engine);
-	SQAIEventChildRegister(this->engine);
-	SQAIEventRegister(this->engine);
-	SQAIEventVehicleCrashRegister(this->engine);
 	SQAIExecModeRegister(this->engine);
 	SQAIIndustryListDistanceManhattanToTileRegister(this->engine);
 	SQAIIndustryListDistanceSquareToTileRegister(this->engine);