From 82bcddf8dacb894fe1155ca768df9a072984ef91 Mon Sep 17 00:00:00 2001 From: dhewg Date: Thu, 17 Mar 2011 19:03:51 +0100 Subject: ANDROID: Init vars to match with the defaults The feature flags are set too late, so lets fix that here --- backends/platform/android/android.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/android/android.cpp') diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index 4e1373a1b1..483b37310a 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -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), -- cgit v1.2.3