summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-title.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-12-10 15:01:09 +0100
committerRaphael Langella <raphael.langella@gmail.com>2010-12-10 22:27:58 +0100
commitea74d73b47d41443078be4a15245aa5c36e090ef (patch)
tree5a7139204410368564b439566c14a2646e44484c /crawl-ref/source/tilereg-title.h
parent32b334f9bd5bbd30faadaebb58a3cde9f822ecd8 (diff)
downloadcrawl-ref-ea74d73b47d41443078be4a15245aa5c36e090ef.tar.gz
crawl-ref-ea74d73b47d41443078be4a15245aa5c36e090ef.zip
Tiles: don't wait fore a key at the splash screen after databases have loaded.
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..dfc596279a 100644
--- a/crawl-ref/source/tilereg-title.h
+++ b/crawl-ref/source/tilereg-title.h
@@ -16,7 +16,7 @@ public:
virtual void render();
virtual void clear() {};
- virtual void run();
+ virtual void run() {};
virtual int handle_mouse(MouseEvent &event) { return 0; }