aboutsummaryrefslogtreecommitdiff
path: root/queen/display.cpp
diff options
context:
space:
mode:
authorGregory Montoir2003-12-26 14:52:07 +0000
committerGregory Montoir2003-12-26 14:52:07 +0000
commit5da05a84cb7b56233bfeb663a48d2b2515999752 (patch)
treed4b3d1597b6bfc09ecec769b7a125e43eb2ba6d0 /queen/display.cpp
parente05e079116cd9d63ebd06688a67264abe1aadb9b (diff)
downloadscummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.tar.gz
scummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.tar.bz2
scummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.zip
oops
svn-id: r11945
Diffstat (limited to 'queen/display.cpp')
-rw-r--r--queen/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/display.cpp b/queen/display.cpp
index 5e7e7c0cc0..5f31cfb4df 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -117,7 +117,7 @@ Display::Display(QueenEngine *vm, Language language, OSystem *system)
_bufPitch[RB_BACKDROP] = BACKDROP_W;
_bufPitch[RB_PANEL] = PANEL_W;
_bufPitch[RB_SCREEN] = SCREEN_W;
- _bufPitch[RB_MINI] = MINI_H;
+ _bufPitch[RB_MINI] = MINI_W;
_pal.room = new uint8[ 256 * 3 ];
_pal.screen = new uint8[ 256 * 3 ];