summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-title.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-02-10 15:55:10 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-02-10 20:55:29 +0100
commit7a657cdb01a6fb74ff8cf8fcaeeb81d375a7bb04 (patch)
tree549060415abfbd99ac14a7809d41d8e11249cd62 /crawl-ref/source/tilereg-title.h
parentaf62abd18c2e011fb9bf912e33374e7d78a2c733 (diff)
downloadcrawl-ref-7a657cdb01a6fb74ff8cf8fcaeeb81d375a7bb04.tar.gz
crawl-ref-7a657cdb01a6fb74ff8cf8fcaeeb81d375a7bb04.zip
Fix click on the title screen making selection in the startup menu.
Diffstat (limited to 'crawl-ref/source/tilereg-title.h')
-rw-r--r--crawl-ref/source/tilereg-title.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-title.h b/crawl-ref/source/tilereg-title.h
index 38ed108ff4..154357aa21 100644
--- a/crawl-ref/source/tilereg-title.h
+++ b/crawl-ref/source/tilereg-title.h
@@ -18,7 +18,7 @@ public:
virtual void clear() {};
virtual void run();
- virtual int handle_mouse(MouseEvent &event) { return 0; }
+ virtual int handle_mouse(MouseEvent &event);
void update_message(std::string message);