summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dc186c84..46c38201 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -274,7 +274,7 @@ void initEngine()
int width = (int) config.getValue("screenwidth", defaultScreenWidth);
int height = (int) config.getValue("screenheight", defaultScreenHeight);
- int bpp = 0;
+ int bpp = 8;
bool fullscreen = ((int) config.getValue("screen", 0) == 1);
bool hwaccel = ((int) config.getValue("hwaccel", 0) == 1);