summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 13:49:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 13:49:57 +0000
commit6c2cab15790887b588f7ada12971df5b6f18ed48 (patch)
tree9617ebb4b5376057ad0072c6d5d3c4a31945dbca
parentc80b86e7f3d19262a3e5f26a78a91d587dae9bec (diff)
downloadcrawl-ref-6c2cab15790887b588f7ada12971df5b6f18ed48.tar.gz
crawl-ref-6c2cab15790887b588f7ada12971df5b6f18ed48.zip
Disable cursor during beam animations and shopping.
Describe "Piercer" as a large metal longbow. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@662 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/beam.cc1
-rw-r--r--crawl-ref/source/shopping.cc1
-rw-r--r--crawl-ref/source/unrand.h4
3 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 984d3088ac..28de9957b6 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1234,6 +1234,7 @@ void fire_beam( struct bolt &pbolt, item_def *item )
bool beamTerminate; // has beam been 'stopped' by something?
int tx = 0, ty = 0; // test(new) x,y - integer
int rangeRemaining;
+ cursor_control coff(false);
beam_message_cache.clear();
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 05a394f426..951c62785f 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -114,6 +114,7 @@ char in_a_shop( char shoppy, id_arr id )
{
// easier to work with {dlb}
unsigned int greedy = env.shop[shoppy].greed;
+ cursor_control coff(false);
id_fix_arr shop_id;
FixedVector < int, 20 > shop_items;
diff --git a/crawl-ref/source/unrand.h b/crawl-ref/source/unrand.h
index 380d3bd150..35f8527b70 100644
--- a/crawl-ref/source/unrand.h
+++ b/crawl-ref/source/unrand.h
@@ -965,7 +965,7 @@
,
/* 45 */
{
- "longbow \"Piercer\"", "very long bow",
+ "longbow \"Piercer\"", "very long metal bow",
OBJ_WEAPONS, WPN_LONGBOW, +2, +10, CYAN,
{
SPWPN_VORPAL, 0, -2, 0, 0, 0, // ev
@@ -977,7 +977,7 @@
}
,
"",
- "An exceptionally large longbow.",
+ "An exceptionally large metal longbow.",
""
}
,