1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

Revert "upgrade save format from uint16 to uint32"

This reverts commit 85757d9fefbacf8b7d07cec9cd9714e2f70f2faa.
This commit is contained in:
spacek531
2017-07-07 01:56:15 -07:00
committed by Ted John
parent 78ab94b12a
commit 668366bf6b

View File

@@ -891,7 +891,7 @@ static void window_title_editor_scrollpaint_commands(rct_window *w, rct_drawpixe
break;
case TITLE_SCRIPT_WAIT:
commandName = STR_TITLE_EDITOR_COMMAND_WAIT;
set_format_arg(0, uint32, command->Milliseconds);
set_format_arg(0, uint16, command->Milliseconds);
break;
case TITLE_SCRIPT_RESTART:
commandName = STR_TITLE_EDITOR_RESTART;