summaryrefslogtreecommitdiff
path: root/src/ship_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ship_cmd.cpp')
-rw-r--r--src/ship_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp
index c6d5ca47a..cda7cd396 100644
--- a/src/ship_cmd.cpp
+++ b/src/ship_cmd.cpp
@@ -379,7 +379,7 @@ static void ShipArrivesAt(const Vehicle *v, Station *st)
v->index,
st->index
);
- AI::NewEvent(v->owner, new AIEventStationFirstVehicle(st->index, v->index));
+ AI::NewEvent(v->owner, new ScriptEventStationFirstVehicle(st->index, v->index));
}
}