mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
This commit is contained in:
@@ -1617,7 +1617,7 @@ static void ClientListWndProc(Window *w, WindowEvent *e)
|
||||
|
||||
void ShowClientList()
|
||||
{
|
||||
AllocateWindowDescFront(&_client_list_desc, 0);
|
||||
AllocateWindowDescFront<Window>(&_client_list_desc, 0);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user