DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

Moments Out of Time displays wrong #70

Closed DFillmore closed 5 years ago

DFillmore commented 5 years ago

This broke because viola only went into graphics mode if the graphics flag in Flag 2 was set. However, Viola still has code that assumes unit size based on Z-Machine version, rather than graphics mode, so the positioning messes up. Fixed by making all v6 games enter graphics mode.