[Scummvm-cvs-logs] scummvm master -> 6d0451105b2268431b31de3dd503795644c7ca71

criezy criezy at scummvm.org
Fri Apr 29 13:54:53 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6d0451105b OSYSTEM: Clarify doc for getGraphicsMode()


Commit: 6d0451105b2268431b31de3dd503795644c7ca71
    https://github.com/scummvm/scummvm/commit/6d0451105b2268431b31de3dd503795644c7ca71
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2011-04-29T04:52:35-07:00

Commit Message:
OSYSTEM: Clarify doc for getGraphicsMode()

Changed paths:
    common/system.h



diff --git a/common/system.h b/common/system.h
index 5d873b0..540ffde 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;
 






More information about the Scummvm-git-logs mailing list