From 8dc553a039ae1b706bd8fd6086b0eeb966695054 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 May 2012 14:16:38 +0000 Subject: (svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights. --- 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 4cdd33c97..b8aafa614 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -128,6 +128,7 @@ void GameInstance::RegisterAPI() SQGSEventCompanyNew_Register(this->engine); SQGSEventCompanyTown_Register(this->engine); SQGSEventController_Register(this->engine); + SQGSEventExclusiveTransportRights_Register(this->engine); SQGSEventGoalQuestionAnswer_Register(this->engine); SQGSEventIndustryClose_Register(this->engine); SQGSEventIndustryOpen_Register(this->engine); -- cgit v1.2.3-70-g09d2