From f8681f31e608533705c789bb04814f633110a627 Mon Sep 17 00:00:00 2001 From: Alexey Aleshkov Date: Sun, 10 Dec 2017 14:26:27 +0300 Subject: [PATCH] Predeclare `MN_hit` function --- src/monster.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/monster.c b/src/monster.c index ed7604e..5cf27f4 100644 --- a/src/monster.c +++ b/src/monster.c @@ -150,6 +150,8 @@ void MN_savegame(FILE* h) { static void setst(int,int); +static int MN_hit(int n,int d,int o,int t); + void MN_loadgame(FILE* h) { int n,c; -- 2.29.2