https://bugs.winehq.org/show_bug.cgi?id=54177
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |francisdb@gmail.com
--- Comment #3 from francisdb francisdb@gmail.com --- I can confirm this issue
DMDScene.GetImage("Dig" & i).SetBounds (i - 20) * 16, 10, 16, 16
requires this workaround
DMDScene.GetImage("Dig" & i).SetBounds ((i - 20) * 16), 10, 16, 16