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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user