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

move the zoom case up to handle it as it was

This commit is contained in:
spacek531
2017-07-07 08:06:58 -07:00
committed by Ted John
parent e47e71e949
commit c73e17f02b

View File

@@ -242,9 +242,9 @@ void window_title_command_editor_open(TitleSequence * sequence, sint32 index, bo
snprintf(textbox2Buffer, BUF_SIZE, "%d", command.Y);
break;
case TITLE_SCRIPT_ROTATE:
case TITLE_SCRIPT_ZOOM:
snprintf(textbox1Buffer, BUF_SIZE, "%d", command.Rotations);
break;
case TITLE_SCRIPT_ZOOM:
case TITLE_SCRIPT_WAIT:
snprintf(textbox1Buffer, BUF_SIZE, "%d", command.Milliseconds);
break;