mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Add return type to remove Travis warnings
This commit is contained in:
@@ -2931,7 +2931,7 @@ static uint32 game_do_command_table[58] = {
|
||||
0x0068DF91
|
||||
};
|
||||
|
||||
game_command_emptysub(int* eax, int* ebx, int* ecx, int* edx, int* esi, int* edi, int* ebp) {}
|
||||
void game_command_emptysub(int* eax, int* ebx, int* ecx, int* edx, int* esi, int* edi, int* ebp) {}
|
||||
|
||||
static GAME_COMMAND_POINTER* new_game_command_table[58] = {
|
||||
game_command_emptysub,
|
||||
|
||||
Reference in New Issue
Block a user