Set GFX_NORMAL on WinCE, oops

svn-id: r4164
This commit is contained in:
Nicolas Bacca 2002-05-01 22:20:59 +00:00
parent 1eafbe4d72
commit c9915a9519

View File

@ -450,8 +450,11 @@ int GameDetector::detectMain(int argc, char **argv)
_noSubtitles = 0; // use by default - should this depend on soundtrack?
//_gfx_mode = GFX_DOUBLESIZE;
#ifndef _WIN32_WCE
_gfx_mode = GFX_DOUBLESIZE;
#else
_gfx_mode = GFX_NORMAL;
#endif
_sfx_volume = 100;
#if defined(USE_NULL_DRIVER)