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 07f1b90..073ac97 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -467,6 +467,9 @@ protected:
//! Application language
Language m_language;
+ //! Texture pack
+ std::string m_texPack;
+
//! Low cpu mode
bool m_lowCPU;
};