1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Fix erroneous fallthrough in TitleSequence.cpp

This commit is contained in:
Michał Janiszewski
2016-12-20 00:15:23 +01:00
committed by GitHub
parent 2fca2adbc1
commit b4921bf5b5

View File

@@ -593,6 +593,7 @@ static utf8 * LegacyScriptWrite(TitleSequence * seq)
case TITLE_SCRIPT_WAIT:
String::Format(buffer, sizeof(buffer), "WAIT %u", command->Seconds);
sb.Append(buffer);
break;
case TITLE_SCRIPT_RESTART:
sb.Append("RESTART");
break;