summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_depotlist.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_depotlist.hpp.sq')
-rw-r--r--src/ai/api/ai_depotlist.hpp.sq2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_depotlist.hpp.sq b/src/ai/api/ai_depotlist.hpp.sq
index ed8334dc9..0ea52b077 100644
--- a/src/ai/api/ai_depotlist.hpp.sq
+++ b/src/ai/api/ai_depotlist.hpp.sq
@@ -23,7 +23,7 @@ namespace SQConvert {
void SQAIDepotList_Register(Squirrel *engine)
{
DefSQClass <AIDepotList> SQAIDepotList("AIDepotList");
- SQAIDepotList.PreRegister(engine, "AIAbstractList");
+ SQAIDepotList.PreRegister(engine, "AIList");
SQAIDepotList.AddConstructor<void (AIDepotList::*)(AITile::TransportType transport_type), 2>(engine, "xi");
SQAIDepotList.PostRegister(engine);