summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 500cb2f..d933374 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -503,5 +503,8 @@ protected:
//! Show prototype levels
bool m_protoMode;
+
+ //! Screen resoultion overriden by commandline
+ bool m_resolutionOverride;
};