diff --git a/source/build/src/build.cpp b/source/build/src/build.cpp index e2e6ee44b..9b72842c9 100644 --- a/source/build/src/build.cpp +++ b/source/build/src/build.cpp @@ -769,7 +769,7 @@ int app_main(int argc, char const * const * argv) g_videoBrightness = 0.0; videoSetPalette(0,0,0); - if (videoSetGameMode(fullscreen, xdim2d, ydim2d, 8) < 0) + if (videoSetGameMode(fullscreen, xdim2d, ydim2d, bppgame) < 0) { CallExtUnInit(); engineUnInit();