aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2004-11-26 00:57:29 +0000
committerEugene Sandulenko2004-11-26 00:57:29 +0000
commitde815bac901435197e665d67ac0f237b76e57940 (patch)
tree7c1dd29fb445f843addb566652810df6ed5e1f92 /saga
parente92054b46844ffeb058eff1d02b93f1a2012e611 (diff)
downloadscummvm-rg350-de815bac901435197e665d67ac0f237b76e57940.tar.gz
scummvm-rg350-de815bac901435197e665d67ac0f237b76e57940.tar.bz2
scummvm-rg350-de815bac901435197e665d67ac0f237b76e57940.zip
Fix break introduced with last commit :).
svn-id: r15893
Diffstat (limited to 'saga')
-rw-r--r--saga/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index 1f1edc7027..17d3117817 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -49,6 +49,7 @@ Gfx::Gfx(OSystem *system, int width, int height, GameDetector &detector) : _syst
back_buf.w = width;
back_buf.h = height;
back_buf.pitch = width;
+ back_buf.bytesPerPixel = 1;
back_buf.clip_rect.left = 0;
back_buf.clip_rect.top = 0;