johanberntsson / PunyInform

A fast and compact library for writing text adventure games for the Z-machine running on 8-bit computers as well as other platforms.
MIT License
176 stars 17 forks source link

The strict mode indicator is missing #104

Closed auraes closed 2 years ago

auraes commented 2 years ago

Maybe the strict mode indicator is missing in the Banner() function.

#IfDef STRICT_MODE;
    print "S";
#EndIf;
johanberntsson commented 2 years ago

Thanks. The strict switch doesn't work for v3, but I've added the indicator for v5 games.