forked from mirror/OpenTTD
Codechange: Pass unpacked command arguments to command callbacks (except Script).
This commit is contained in:
@@ -113,7 +113,7 @@ void CcAI(Commands cmd, const CommandCost &result, TileIndex tile, const Command
|
||||
}
|
||||
}
|
||||
|
||||
CommandCallback *AIInstance::GetDoCommandCallback()
|
||||
CommandCallbackData *AIInstance::GetDoCommandCallback()
|
||||
{
|
||||
return &CcAI;
|
||||
}
|
||||
|
Reference in New Issue
Block a user