aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
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;