summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-stats.cc
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2012-11-17 16:45:27 +0100
committerFlorian Diebold <flodiebold@gmail.com>2012-11-23 21:28:20 +0100
commit05bd4d8683a657083e4433199ef3c67e9ce62f55 (patch)
tree14177a465364fd7862fcc80ad471b6f98f562f18 /crawl-ref/source/player-stats.cc
parent6e1dcb1004ca8c97c24c57aeda12a8c271984c0d (diff)
downloadcrawl-ref-05bd4d8683a657083e4433199ef3c67e9ce62f55.tar.gz
crawl-ref-05bd4d8683a657083e4433199ef3c67e9ce62f55.zip
Split MOUSE_MODE_MORE into versions for prompts, to give the Webtiles client more information.
Diffstat (limited to 'crawl-ref/source/player-stats.cc')
-rw-r--r--crawl-ref/source/player-stats.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player-stats.cc b/crawl-ref/source/player-stats.cc
index d9b6032061..df8df90458 100644
--- a/crawl-ref/source/player-stats.cc
+++ b/crawl-ref/source/player-stats.cc
@@ -99,7 +99,7 @@ bool attribute_increase()
learned_something_new(HINT_CHOOSE_STAT);
mpr("Increase (S)trength, (I)ntelligence, or (D)exterity? ", MSGCH_PROMPT);
#endif
- mouse_control mc(MOUSE_MODE_MORE);
+ mouse_control mc(MOUSE_MODE_PROMPT);
// Calling a user-defined lua function here to let players reply to the
// prompt automatically.
clua.callfn("choose_stat_gain", 0, 0);