summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 187f507354..9e63c2b43a 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -1240,7 +1240,7 @@ void monster_grid(bool do_updates)
void fire_monster_alerts()
{
- int num_hostile = 0;
+ unsigned int num_hostile = 0;
for (int s = 0; s < MAX_MONSTERS; s++)
{