mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 01:42:38 +01:00
Codechange: Pass unpacked command arguments to command callbacks (except Script).
This commit is contained in:
@@ -235,7 +235,7 @@ protected:
|
||||
/**
|
||||
* Get the callback handling DoCommands in case of networking.
|
||||
*/
|
||||
virtual CommandCallback *GetDoCommandCallback() = 0;
|
||||
virtual CommandCallbackData *GetDoCommandCallback() = 0;
|
||||
|
||||
/**
|
||||
* Load the dummy script.
|
||||
|
||||
Reference in New Issue
Block a user