FREESCAPE: added basic VIS implementation
This commit is contained in:
parent
93de5a6d60
commit
a684bc9506
5 changed files with 19 additions and 6 deletions
|
@ -120,6 +120,7 @@ Common::String *detokenise8bitCondition(Common::Array<uint8> &tokenisedCondition
|
|||
case 7:
|
||||
case 4:
|
||||
detokenisedStream += "VIS (";
|
||||
currentInstruction = FCLInstruction(Token::VIS);
|
||||
break; // hence each getting two case statement entries
|
||||
case 8:
|
||||
case 5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue