src/ai/ai_squirrel.cpp
branchnoai
changeset 9593 012f29f59906
parent 9592 c5c09cfde63a
child 9594 5009a30f320a
--- a/src/ai/ai_squirrel.cpp	Sat Apr 14 20:01:25 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Sat Apr 14 20:17:36 2007 +0000
@@ -195,6 +195,7 @@
 
 	/* Register all classes */
 	squirrel_register_std(this->engine);
+	SQAIAbstractListRegister(this->engine);
 	SQAIAccountingRegister(this->engine);
 	SQAIBaseRegister(this->engine);
 	SQAICargoRegister(this->engine);