From 98103121d4f2ed1f1581919b7b1f343ccd410c12 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:35 +0000 Subject: (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) --- src/ship_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ship_cmd.cpp') 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)); } } -- cgit v1.2.3-54-g00ecf