diff options
-rw-r--r-- | engines/kyra/kyra_v3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v3.cpp b/engines/kyra/kyra_v3.cpp index f72a257eeb..ebf958d556 100644 --- a/engines/kyra/kyra_v3.cpp +++ b/engines/kyra/kyra_v3.cpp @@ -296,6 +296,7 @@ void KyraEngine_v3::playVQA(const char *name) { _screen->showMouse(); uint8 pal[768]; + // Taken from original, it used '1' here too memset(pal, 1, sizeof(pal)); _screen->setScreenPalette(pal); _screen->clearPage(0); |