From 95d3d6fdef7feed7eb9f543751424797d78346d2 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 May 2012 14:16:45 +0000 Subject: (svn r24291) -Add: [Script] ScriptEventRoadReconstruction. --- src/game/game_instance.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game') diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index b8aafa614..66905912c 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -132,6 +132,7 @@ void GameInstance::RegisterAPI() SQGSEventGoalQuestionAnswer_Register(this->engine); SQGSEventIndustryClose_Register(this->engine); SQGSEventIndustryOpen_Register(this->engine); + SQGSEventRoadReconstruction_Register(this->engine); SQGSEventStationFirstVehicle_Register(this->engine); SQGSEventSubsidyAwarded_Register(this->engine); SQGSEventSubsidyExpired_Register(this->engine); -- cgit v1.2.3-54-g00ecf