mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 01:00:48 +00:00
SHERLOCK: Fix drawing of Tattoo city map
This commit is contained in:
parent
4261e07995
commit
cb734f8473
@ -199,7 +199,7 @@ int TattooMap::show() {
|
||||
screen._currentScroll = _targetScroll;
|
||||
|
||||
checkMapNames(false);
|
||||
screen.slamArea(0, 0, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT);
|
||||
screen.slamArea(_targetScroll.x, _targetScroll.y, SHERLOCK_SCREEN_WIDTH, SHERLOCK_SCREEN_HEIGHT);
|
||||
}
|
||||
|
||||
// Handling if a location has been clicked on
|
||||
|
Loading…
Reference in New Issue
Block a user