diff options
author | frosch <frosch@openttd.org> | 2012-05-26 14:16:38 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-05-26 14:16:38 +0000 |
commit | 8dc553a039ae1b706bd8fd6086b0eeb966695054 (patch) | |
tree | f0f93ed762aea9df072fbcee68fb6700c5a43c09 /src/game | |
parent | 66a37e28a69411f4666158cce03c6fd29e9a15e1 (diff) | |
download | openttd-8dc553a039ae1b706bd8fd6086b0eeb966695054.tar.xz |
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game_instance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |