aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/graphics.cpp')
-rw-r--r--engines/lastexpress/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/graphics.cpp b/engines/lastexpress/graphics.cpp
index b627796e25..6c862ebc1e 100644
--- a/engines/lastexpress/graphics.cpp
+++ b/engines/lastexpress/graphics.cpp
@@ -32,7 +32,7 @@ namespace LastExpress {
#define COLOR_KEY 0xFFFF
GraphicsManager::GraphicsManager() : _changed(false) {
- const Graphics::PixelFormat format = g_system->getScreenFormat();
+ const Graphics::PixelFormat format(2, 5, 5, 5, 0, 10, 5, 0, 0);
_screen.create(640, 480, format);
// Create the game surfaces