Feature: Add a button to the vehicle advisory news window to open the group window.
This commit is contained in:

committed by
Charles Pigott

parent
cc1d72c3a3
commit
798e9ee93e
@@ -870,6 +870,7 @@ void SQGSWindow_Register(Squirrel *engine)
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_N_VEH_NAME, "WID_N_VEH_NAME");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_N_VEH_SPR, "WID_N_VEH_SPR");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_N_VEH_INFO, "WID_N_VEH_INFO");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_N_SHOW_GROUP, "WID_N_SHOW_GROUP");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_MH_STICKYBOX, "WID_MH_STICKYBOX");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_MH_BACKGROUND, "WID_MH_BACKGROUND");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_MH_SCROLLBAR, "WID_MH_SCROLLBAR");
|
||||
|
@@ -1940,6 +1940,7 @@ public:
|
||||
WID_N_VEH_NAME = ::WID_N_VEH_NAME, ///< Name of the new vehicle.
|
||||
WID_N_VEH_SPR = ::WID_N_VEH_SPR, ///< Graphical display of the new vehicle.
|
||||
WID_N_VEH_INFO = ::WID_N_VEH_INFO, ///< Some technical data of the new vehicle.
|
||||
WID_N_SHOW_GROUP = ::WID_N_SHOW_GROUP, ///< Show vehicle's group
|
||||
};
|
||||
|
||||
/** Widgets of the #MessageHistoryWindow class. */
|
||||
|
Reference in New Issue
Block a user