diff options
| -rw-r--r-- | common/system.h | 2 | 
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;  | 
