Changeset - r19364:68d9a66d1385
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-05-26 08:19:33
frosch@openttd.org
(svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/script/api/game/game_window.hpp.sq
Show inline comments
 
@@ -987,12 +987,13 @@ void SQGSWindow_Register(Squirrel *engin
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_HIGHSCORE,                          "WID_GD_HIGHSCORE");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_ACCEPT,                             "WID_GD_ACCEPT");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_CANCEL,                             "WID_GD_CANCEL");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_OPTIONS_START,                      "WID_GD_OPTIONS_START");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GS_OPTIONSPANEL,                       "WID_GS_OPTIONSPANEL");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GS_SCROLLBAR,                          "WID_GS_SCROLLBAR");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GS_HELP_TEXT,                          "WID_GS_HELP_TEXT");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_RATE_DOWN,                          "WID_CC_RATE_DOWN");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_RATE_UP,                            "WID_CC_RATE_UP");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_RATE,                               "WID_CC_RATE");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_SEPARATOR_EDIT,                     "WID_CC_SEPARATOR_EDIT");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_SEPARATOR,                          "WID_CC_SEPARATOR");
 
	SQGSWindow.DefSQConst(engine, ScriptWindow::WID_CC_PREFIX_EDIT,                        "WID_CC_PREFIX_EDIT");
0 comments (0 inline, 0 general)