diff options
author | frosch <frosch@openttd.org> | 2012-05-26 14:16:45 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-05-26 14:16:45 +0000 |
commit | 95d3d6fdef7feed7eb9f543751424797d78346d2 (patch) | |
tree | a7386a60208c0a8f8ff422deb3953abc454e670a /src/game | |
parent | 8dc553a039ae1b706bd8fd6086b0eeb966695054 (diff) | |
download | openttd-95d3d6fdef7feed7eb9f543751424797d78346d2.tar.xz |
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.
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 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); |