aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.h
diff options
context:
space:
mode:
authorMax Horn2010-04-28 22:23:00 +0000
committerMax Horn2010-04-28 22:23:00 +0000
commita5aedb73be3e6833506f2836d0c92ed2704fd1a5 (patch)
treedd245a03f814f7429377bc83e8a4265312a271d9 /engines/tinsel/tinsel.h
parent503ee780080beb986d101c155086ff12c2835cd4 (diff)
downloadscummvm-rg350-a5aedb73be3e6833506f2836d0c92ed2704fd1a5.tar.gz
scummvm-rg350-a5aedb73be3e6833506f2836d0c92ed2704fd1a5.tar.bz2
scummvm-rg350-a5aedb73be3e6833506f2836d0c92ed2704fd1a5.zip
TINSEL: Avoid global constructor for clickPos
svn-id: r48841
Diffstat (limited to 'engines/tinsel/tinsel.h')
-rw-r--r--engines/tinsel/tinsel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h
index 765f09d637..0e1d705815 100644
--- a/engines/tinsel/tinsel.h
+++ b/engines/tinsel/tinsel.h
@@ -197,10 +197,10 @@ public:
KEYFPTR _keyHandler;
- // Stack of pending mouse button events
+ /** Stack of pending mouse button events. */
Common::List<Common::EventType> _mouseButtons;
- // Stack of pending keypresses
+ /** Stack of pending keypresses. */
Common::List<Common::Event> _keypresses;
private: