ANDROID: Init vars to match with the defaults

The feature flags are set too late, so lets fix that here
This commit is contained in:
dhewg 2011-03-17 19:03:51 +01:00
parent f4fd9e8b50
commit 82bcddf8da

View File

@ -109,9 +109,9 @@ OSystem_Android::OSystem_Android(int audio_sample_rate, int audio_buffer_size) :
_mouse_hotspot(),
_mouse_keycolor(0),
_use_mouse_palette(false),
_fullscreen(false),
_graphicsMode(0),
_ar_correction(false),
_fullscreen(true),
_ar_correction(true),
_show_mouse(false),
_show_overlay(false),
_enable_zoning(false),