Cleanup logic of PDT interpreter.

This commit is contained in:
2023-02-15 18:07:36 +08:00
parent 4a5b2a6889
commit c7ea6f1d4b
2 changed files with 5 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ namespace Cryville.Crtr {
case '{':
return new SkinSelectors(s, a);
case '}':
return null;
throw new FormatException("Invalid token");
case '*':
GetChar();
compKeyFlag = true;