diff --git a/engines/ultima/ultima4/game/context.cpp b/engines/ultima/ultima4/game/context.cpp index a2dc28b17d2..b053d1994fc 100644 --- a/engines/ultima/ultima4/game/context.cpp +++ b/engines/ultima/ultima4/game/context.cpp @@ -55,7 +55,8 @@ void Context::reset() { _location = nullptr; _lastShip = nullptr; - _line = _col = 0; + _line = 9999; + _col = 0; _moonPhase = 0; _windDirection = 0; _windCounter = 0;