From 66a37e28a69411f4666158cce03c6fd29e9a15e1 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 26 May 2012 14:16:32 +0000 Subject: (svn r24289) -Add: [Script] Base class for script events involving a company and a town. --- src/game/game_instance.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/game_instance.cpp') diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index 59091e449..4cdd33c97 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -126,6 +126,7 @@ void GameInstance::RegisterAPI() SQGSEventCompanyInTrouble_Register(this->engine); SQGSEventCompanyMerger_Register(this->engine); SQGSEventCompanyNew_Register(this->engine); + SQGSEventCompanyTown_Register(this->engine); SQGSEventController_Register(this->engine); SQGSEventGoalQuestionAnswer_Register(this->engine); SQGSEventIndustryClose_Register(this->engine); -- cgit v1.2.3-54-g00ecf