mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 19:25:12 +01:00
committed by
GitHub
parent
e1f7b240da
commit
5e495d63c7
@@ -248,6 +248,11 @@ public:
|
||||
DrawTextBasic(dpi, windowPos + ScreenCoordsXY{ 6, widgets[WIDX_MAXPLAYERS].top }, STR_MAX_PLAYERS, {}, { colours[1] });
|
||||
}
|
||||
|
||||
void OnResize() override
|
||||
{
|
||||
ResizeFrame();
|
||||
}
|
||||
|
||||
private:
|
||||
char _port[7];
|
||||
char _name[65];
|
||||
|
||||
Reference in New Issue
Block a user