aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
authorMax Horn2003-06-06 22:51:33 +0000
committerMax Horn2003-06-06 22:51:33 +0000
commit4b227da824c984fca082d2c6f90ed13cfaa0dd09 (patch)
treed5ef3ed3dd32861bce4a5a7a8b9588a909084240 /common/main.cpp
parent15d58d9f52d4e410b4aa1578bce549d21c9c25f3 (diff)
downloadscummvm-rg350-4b227da824c984fca082d2c6f90ed13cfaa0dd09.tar.gz
scummvm-rg350-4b227da824c984fca082d2c6f90ed13cfaa0dd09.tar.bz2
scummvm-rg350-4b227da824c984fca082d2c6f90ed13cfaa0dd09.zip
Preparations for removing GF_AFTER_V? flags
svn-id: r8364
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}