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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 6b02f67..789ee3e 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -362,6 +362,8 @@ public:
//@}
bool GetProtoMode() const;
+
+ bool GetSceneTestMode();
protected:
//! Creates the window's SDL_Surface
@@ -494,6 +496,9 @@ protected:
std::string m_runSceneName;
int m_runSceneRank;
//@}
+
+ //! Scene test mode
+ bool m_sceneTest;
const char* m_standardDataDirs[DIR_MAX];