aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/game.h b/base/game.h
index 8d5952bd40..99504b276c 100644
--- a/base/game.h
+++ b/base/game.h
@@ -58,6 +58,8 @@ public:
*/
void updateDesc(const char *extra = 0);
+ Common::String &gameid() { return getVal("gameid"); }
+ Common::String &description() { return getVal("description"); }
const Common::String &gameid() const { return getVal("gameid"); }
const Common::String &description() const { return getVal("description"); }
Common::Language language() const { return contains("language") ? Common::parseLanguage(getVal("language")) : Common::UNK_LANG; }