diff options
author | Gregory Montoir | 2003-12-26 14:52:07 +0000 |
---|---|---|
committer | Gregory Montoir | 2003-12-26 14:52:07 +0000 |
commit | 5da05a84cb7b56233bfeb663a48d2b2515999752 (patch) | |
tree | d4b3d1597b6bfc09ecec769b7a125e43eb2ba6d0 | |
parent | e05e079116cd9d63ebd06688a67264abe1aadb9b (diff) | |
download | scummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.tar.gz scummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.tar.bz2 scummvm-rg350-5da05a84cb7b56233bfeb663a48d2b2515999752.zip |
oops
svn-id: r11945
-rw-r--r-- | queen/display.cpp | 2 |
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 ]; |