X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmonster.c;h=98b909ebf803eea40342235b1c98770727e85c84;hb=82abbc606cc5e3d9c26e2ab6d36e093ed86ae1bf;hp=ed7604e99f89dcc3f708f19e33675c3f3261e3f7;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/monster.c b/src/monster.c index ed7604e..98b909e 100644 --- a/src/monster.c +++ b/src/monster.c @@ -21,12 +21,10 @@ */ #include "glob.h" -//#include #include #include #include "vga.h" #include "files.h" -#include "error.h" #include "view.h" #include "bmap.h" #include "dots.h" @@ -150,6 +148,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;