From de815bac901435197e665d67ac0f237b76e57940 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 26 Nov 2004 00:57:29 +0000 Subject: Fix break introduced with last commit :). svn-id: r15893 --- saga/gfx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'saga') 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; -- cgit v1.2.3