diff options
author | Max Horn | 2008-09-03 17:06:24 +0000 |
---|---|---|
committer | Max Horn | 2008-09-03 17:06:24 +0000 |
commit | 18fb6348dd62df1c6e25dea402f4997dc908d281 (patch) | |
tree | 02f1049037b618f81af82d3d60116936136a780d /common | |
parent | d3642080def2d9ae5035724dab00565547a52a5e (diff) | |
download | scummvm-rg350-18fb6348dd62df1c6e25dea402f4997dc908d281.tar.gz scummvm-rg350-18fb6348dd62df1c6e25dea402f4997dc908d281.tar.bz2 scummvm-rg350-18fb6348dd62df1c6e25dea402f4997dc908d281.zip |
clarified comment
svn-id: r34311
Diffstat (limited to 'common')
-rw-r--r-- | common/events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h index 3e4fdbf5ef..f01282765a 100644 --- a/common/events.h +++ b/common/events.h @@ -181,7 +181,8 @@ public: virtual int shouldRTL() const = 0; /** - * We have returned to the launcher, and the _shouldRTL should be reset to false + * Reset the "return to launcher" flag (as returned shouldRTL()) to false. + * Used when we have returned to the launcher. */ virtual void resetRTL() = 0; |