summaryrefslogtreecommitdiff
path: root/src/libs/graphics/sdl/pure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/graphics/sdl/pure.c')
-rw-r--r--src/libs/graphics/sdl/pure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/graphics/sdl/pure.c b/src/libs/graphics/sdl/pure.c
index df4a329..cfefb41 100644
--- a/src/libs/graphics/sdl/pure.c
+++ b/src/libs/graphics/sdl/pure.c
@@ -141,7 +141,7 @@ TFB_Pure_ConfigureVideo (int driver, int flags, int width, int height, int toggl
/* We'll ask for a 32bpp frame, but it doesn't really matter, because we've set
SDL_ANYFORMAT */
SDL_Video = SDL_SetVideoMode (ScreenWidthActual, ScreenHeightActual,
- 32, videomode_flags);
+ 16, videomode_flags);
if (SDL_Video == NULL)
{