aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2011-04-29 12:51:57 +0100
committerThierry Crozat2011-04-29 12:52:35 +0100
commit6d0451105b2268431b31de3dd503795644c7ca71 (patch)
treeb519053dba770399081e144f978504f2b8605968
parentdbca3045cdb52a0b6b8146405bf2db865899a20f (diff)
downloadscummvm-rg350-6d0451105b2268431b31de3dd503795644c7ca71.tar.gz
scummvm-rg350-6d0451105b2268431b31de3dd503795644c7ca71.tar.bz2
scummvm-rg350-6d0451105b2268431b31de3dd503795644c7ca71.zip
OSYSTEM: Clarify doc for getGraphicsMode()
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 5d873b00e7..540ffde5a5 100644
--- a/common/system.h
+++ b/common/system.h
@@ -361,7 +361,7 @@ public:
/**
* Determine which graphics mode is currently active.
- * @return the active graphics mode
+ * @return the ID of the active graphics mode
*/
virtual int getGraphicsMode() const = 0;