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
1 changed files with 1 additions and 0 deletions

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;