diff options
author | zuu <zuu@openttd.org> | 2013-06-08 13:02:28 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-08 13:02:28 +0000 |
commit | a23b84fdfc21d8317cde0f612c8c6fd3f0813fde (patch) | |
tree | 8c3c99b623b5bc83cbc3005a45925ed341ea7bea /src | |
parent | 059eee93fc45b30d46698b094f87909eb54ff8c6 (diff) | |
download | openttd-a23b84fdfc21d8317cde0f612c8c6fd3f0813fde.tar.xz |
(svn r25332) -Fix (25331): Committed too much
Diffstat (limited to 'src')
-rw-r--r-- | src/game/game_instance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index bd588e039..df52ca91a 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -66,7 +66,6 @@ #include "../script/api/game/game_signlist.hpp.sq" #include "../script/api/game/game_station.hpp.sq" #include "../script/api/game/game_stationlist.hpp.sq" -#include "../script/api/game/game_story_page.hpp.sq" #include "../script/api/game/game_subsidy.hpp.sq" #include "../script/api/game/game_subsidylist.hpp.sq" #include "../script/api/game/game_testmode.hpp.sq" @@ -170,7 +169,6 @@ void GameInstance::RegisterAPI() SQGSStation_Register(this->engine); SQGSStationList_Register(this->engine); SQGSStationList_Vehicle_Register(this->engine); - SQGSStoryPage_Register(this->engine); SQGSSubsidy_Register(this->engine); SQGSSubsidyList_Register(this->engine); SQGSTestMode_Register(this->engine); |