diff options
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r-- | scumm/script_v6he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 9a39bb9c6c..0609b5b5d3 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -486,7 +486,7 @@ void ScummEngine_v6he::o6_roomOps() { b = pop(); a = pop(); if (_heversion == 60) - setupShadowPalette(a, b, c, d, e); + setupShadowPalette(a, b, c, d, e, 0, 256); break; case 184: // SO_SAVE_STRING |