From 4b227da824c984fca082d2c6f90ed13cfaa0dd09 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 6 Jun 2003 22:51:33 +0000 Subject: Preparations for removing GF_AFTER_V? flags svn-id: r8364 --- common/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/main.cpp') diff --git a/common/main.cpp b/common/main.cpp index c220a0a137..658895c27d 100644 --- a/common/main.cpp +++ b/common/main.cpp @@ -213,7 +213,7 @@ int main(int argc, char *argv[]) { // See if the game should default to 1x scaler if ((detector._default_gfx_mode) && - (detector._features & GF_DEFAULT_TO_1X_SCALER)) { + (detector._game.features & GF_DEFAULT_TO_1X_SCALER)) { prop.gfx_mode = GFX_NORMAL; system->property(OSystem::PROP_SET_GFX_MODE, &prop); } -- cgit v1.2.3