1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Fix Travis error

This commit is contained in:
qcz
2014-08-20 16:00:47 +02:00
parent 92f0139b5a
commit 1007e79baa

View File

@@ -2534,7 +2534,7 @@ static void game_hire_new_staff_member(int* eax, int* ebx, int* ecx, int* edx,
for (int edi = 0; edi < 0x80; edi++) {
int addr = 0x013B0E72 + (newStaffId << 9) + edi * 4;
RCT2_ADDRESS(addr, uint32) = 0;
RCT2_GLOBAL(addr, uint32) = 0;
}
}