summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 7de4459216..7460d1baa2 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1424,6 +1424,7 @@ bool throw_it(struct bolt &pbolt, int throw_2, monsters *dummy_target)
// this does not seem right, but value was 11 {dlb}
// notice how the .type does not match the class -- hmmm... {dlb}
case OBJ_STAVES: pbolt.type = SYM_CHUNK; break;
+ default: break;
}
pbolt.source_x = you.x_pos;