diff options
author | alberth <alberth@openttd.org> | 2014-09-07 16:11:14 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-09-07 16:11:14 +0000 |
commit | 81d2bdbf477fca653e3ae15eac16ea4063bc8a72 (patch) | |
tree | 82c75a2155fabb2bb032d97ca91ccfd4e6fa4ca1 /src/script/api/game | |
parent | 0e3647d4e3bd0b29f8bee6b21e690a04781acf22 (diff) | |
download | openttd-81d2bdbf477fca653e3ae15eac16ea4063bc8a72.tar.xz |
(svn r26800) -Feature[FS#1640]: Vehicle sorting in autoreplace GUI.
Diffstat (limited to 'src/script/api/game')
-rw-r--r-- | src/script/api/game/game_window.hpp.sq | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/game/game_window.hpp.sq b/src/script/api/game/game_window.hpp.sq index 44d300c27..174d4ecbc 100644 --- a/src/script/api/game/game_window.hpp.sq +++ b/src/script/api/game/game_window.hpp.sq @@ -213,6 +213,8 @@ void SQGSWindow_Register(Squirrel *engine) SQGSWindow.DefSQConst(engine, ScriptWindow::WID_AP_BTN_DONTHILIGHT, "WID_AP_BTN_DONTHILIGHT"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_AP_BTN_DOHILIGHT, "WID_AP_BTN_DOHILIGHT"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_CAPTION, "WID_RV_CAPTION"); + SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_SORT_ASSENDING_DESCENDING, "WID_RV_SORT_ASSENDING_DESCENDING"); + SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_SORT_DROPDOWN, "WID_RV_SORT_DROPDOWN"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_LEFT_MATRIX, "WID_RV_LEFT_MATRIX"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_LEFT_SCROLLBAR, "WID_RV_LEFT_SCROLLBAR"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_RV_RIGHT_MATRIX, "WID_RV_RIGHT_MATRIX"); |