ULTIMA4: Fix yet again keypresses showing during initiate game

This commit is contained in:
Paul Gilbert 2020-05-09 12:03:01 -07:00
parent 6aacdb1938
commit 2283cc049d

View File

@ -55,7 +55,8 @@ void Context::reset() {
_location = nullptr;
_lastShip = nullptr;
_line = _col = 0;
_line = 9999;
_col = 0;
_moonPhase = 0;
_windDirection = 0;
_windCounter = 0;