mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
x64: Fix last warning and reinstate warnings as errors (msvc)
This commit is contained in:
@@ -623,7 +623,7 @@ void sub_685EBC(money32 amount, rct_string_id string_id, sint16 y, sint16 z, sin
|
||||
ps->next = 0;
|
||||
ps->args[0] = amount;
|
||||
ps->args[1] = y;
|
||||
ps->args[2] = (int) y_offsets;
|
||||
ps->args[2] = 0;
|
||||
ps->args[3] = 0;
|
||||
ps->y_offsets = (uint8 *) y_offsets;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user