mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Correct error in drawImages(), where _window3Flag should have been used.
svn-id: r26839
This commit is contained in:
parent
2a45bcdaab
commit
2e53712d31
@ -648,7 +648,7 @@ void AGOSEngine_Simon1::drawImage(VC10_state *state) {
|
||||
_window4Flag = 1;
|
||||
} else if (getGameType() == GType_SIMON1) {
|
||||
if (_windowNum == 3 || _windowNum == 4 || _windowNum >= 10) {
|
||||
if (_windowNum == 3) {
|
||||
if (_window3Flag == 1) {
|
||||
state->surf2_addr = getBackGround();
|
||||
state->surf2_pitch = _screenWidth;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user