aboutsummaryrefslogtreecommitdiff
path: root/saga/sysgfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sysgfx.cpp')
-rw-r--r--saga/sysgfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/sysgfx.cpp b/saga/sysgfx.cpp
index 6c8ad4d8ac..1f81d58707 100644
--- a/saga/sysgfx.cpp
+++ b/saga/sysgfx.cpp
@@ -44,7 +44,6 @@ int SYSGFX_Init(OSystem *system, int width, int height) {
r_back_buf.buf_w = width;
r_back_buf.buf_h = height;
r_back_buf.buf_pitch = width;
- r_back_buf.bpp = 8;
r_back_buf.clip_rect.left = 0;
r_back_buf.clip_rect.top = 0;