summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 9093a2be53..2ac1f00434 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -220,7 +220,7 @@ namespace arena
a_spawners.clear();
b_spawners.clear();
- bzero(item_drop_times, sizeof(item_drop_times));
+ memset(item_drop_times, 0, sizeof(item_drop_times));
if (place.is_valid())
{