FREESCAPE: added basic VIS implementation

This commit is contained in:
neuromancer 2022-07-02 10:00:58 +02:00 committed by Eugene Sandulenko
parent 93de5a6d60
commit a684bc9506
No known key found for this signature in database
GPG key ID: 014D387312D34F08
5 changed files with 19 additions and 6 deletions

View file

@ -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: