aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/magic_eob.cpp
diff options
context:
space:
mode:
authorathrxx2012-11-17 20:15:48 +0100
committerathrxx2012-11-18 00:03:22 +0100
commitc8a73d30cf014d8b31822b78877dd8d9fec674f6 (patch)
tree72534f5005032cca3071b470ebd3c178b6a67037 /engines/kyra/magic_eob.cpp
parentc63ba1fd5fc736c405e73c996adc8cbd15b50571 (diff)
downloadscummvm-rg350-c8a73d30cf014d8b31822b78877dd8d9fec674f6.tar.gz
scummvm-rg350-c8a73d30cf014d8b31822b78877dd8d9fec674f6.tar.bz2
scummvm-rg350-c8a73d30cf014d8b31822b78877dd8d9fec674f6.zip
KYRA: (EOB) - cleaning up CGA/EGA graphics code
- fix some glitches in CGA rendering mode - revert most of 66da4777d476c6a9fc2a13351e3b30afc748fd94 (instead of having lots of EGA dithering routines throughout the whole EOB code we're going to implement some post-processing code in updateScreen())
Diffstat (limited to 'engines/kyra/magic_eob.cpp')
-rw-r--r--engines/kyra/magic_eob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/magic_eob.cpp b/engines/kyra/magic_eob.cpp
index 985286854b..fbddd620d1 100644
--- a/engines/kyra/magic_eob.cpp
+++ b/engines/kyra/magic_eob.cpp
@@ -60,7 +60,7 @@ void EoBCoreEngine::useMagicBookOrSymbol(int charIndex, int type) {
}
if (!_updateFlags)
- _screen->copyRegion(64, 121, 0, 0, 112, 56, 0, _useHiResDithering ? 4 : 10, Screen::CR_NO_P_CHECK);
+ _screen->copyRegion(64, 121, 0, 0, 112, 56, 0, 10, Screen::CR_NO_P_CHECK);
_updateFlags = 1;
gui_setPlayFieldButtons();
gui_drawSpellbook();