Changeset - r20322:4cb155a796c1
[Not reviewed]
master
0 1 0
zuu - 11 years ago 2013-06-08 13:02:28
zuu@openttd.org
(svn r25332) -Fix (25331): Committed too much
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/game/game_instance.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)