aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-06-08 14:39:30 +0200
committerMax Horn2011-06-08 14:39:30 +0200
commit28c5d298f592e14468b722a781024298c3c8fa7b (patch)
tree48d767efcc39aab5d49d24b08dcb64208a7b05dd
parentfce7f90a94165158ea93d5969d795ad5a565847c (diff)
downloadscummvm-rg350-28c5d298f592e14468b722a781024298c3c8fa7b.tar.gz
scummvm-rg350-28c5d298f592e14468b722a781024298c3c8fa7b.tar.bz2
scummvm-rg350-28c5d298f592e14468b722a781024298c3c8fa7b.zip
COMMON: Fix OSystem docs
-rw-r--r--common/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h
index bea463410a..d26bc593aa 100644
--- a/common/system.h
+++ b/common/system.h
@@ -118,8 +118,9 @@ protected:
//@{
/**
- * If no value is provided for this slot, then OSystem::initBackend()
- * will populate it with a DefaultAudioCDManager instance.
+ * No default value is provided for _audiocdManager by OSystem.
+ * However, BaseBackend::initBackend() does set a default value
+ * if none has been set before.
*
* @note _audiocdManager is deleted by the OSystem destructor.
*/