mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
This commit is contained in:
@@ -36,7 +36,7 @@ class TransparenciesWindow : public Window
|
||||
};
|
||||
|
||||
public:
|
||||
TransparenciesWindow(const WindowDesc *desc, void *data, int window_number) : Window(desc, data, window_number)
|
||||
TransparenciesWindow(const WindowDesc *desc, int window_number) : Window(desc, window_number)
|
||||
{
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user