upgrade save format from uint16 to uint32

This commit is contained in:
spacek531 2017-07-07 01:44:24 -07:00 committed by Ted John
parent bec8b73506
commit 78ab94b12a
1 changed files with 1 additions and 1 deletions

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, uint16, command->Milliseconds);
set_format_arg(0, uint32, command->Milliseconds);
break;
case TITLE_SCRIPT_RESTART:
commandName = STR_TITLE_EDITOR_RESTART;