1
0
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:
qcz
2014-08-20 16:04:10 +02:00
parent 1007e79baa
commit f142cddbd6

View File

@@ -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,