mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 12:05:53 +00:00
ULTIMA4: Fix yet again keypresses showing during initiate game
This commit is contained in:
parent
6aacdb1938
commit
2283cc049d
@ -55,7 +55,8 @@ void Context::reset() {
|
||||
_location = nullptr;
|
||||
|
||||
_lastShip = nullptr;
|
||||
_line = _col = 0;
|
||||
_line = 9999;
|
||||
_col = 0;
|
||||
_moonPhase = 0;
|
||||
_windDirection = 0;
|
||||
_windCounter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user