diff options
Diffstat (limited to 'engines/simon/icons.cpp')
-rw-r--r-- | engines/simon/icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/icons.cpp b/engines/simon/icons.cpp index aca4d0f9cf..e26e325f97 100644 --- a/engines/simon/icons.cpp +++ b/engines/simon/icons.cpp @@ -160,7 +160,7 @@ void SimonEngine::draw_icon_c(FillOrCopyStruct *fcs, uint icon, uint x, uint y) byte *src; _lockWord |= 0x8000; - dst = dx_lock_2(); + dst = getBackBuf(); if (!(getGameType() == GType_SIMON2)) { // Simon 1 |