summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index acff1f87..6cb1420d 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -17,6 +17,7 @@
#include "cmd1.hpp"
#include "hooks.h"
#include "messages.h"
+#include "monster2.hpp"
#include "quark.h"
#include "skills.hpp"
#include "spells1.hpp"
@@ -32,6 +33,8 @@
#define FOLLOW_DISTANCE 6
+static void cmonster_msg(char a, cptr fmt, ...);
+
/*
* Based on mon_take_hit... all monster attacks on
* other monsters should use
@@ -909,7 +912,7 @@ static void monst_bolt_monst(int m_idx, int y, int x, int typ, int dam_hp)
}
-void monster_msg(cptr fmt, ...)
+static void monster_msg(cptr fmt, ...)
{
va_list vp;