summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3bc39f)
raw | patch | inline | side by side (parent: b3bc39f)
author | Alexey Aleshkov <djmadcat@gmail.com> | |
Sun, 10 Dec 2017 11:26:27 +0000 (14:26 +0300) | ||
committer | Alexey Aleshkov <djmadcat@gmail.com> | |
Sun, 10 Dec 2017 11:32:10 +0000 (14:32 +0300) |
src/monster.c | patch | blob | history |
diff --git a/src/monster.c b/src/monster.c
index ed7604e99f89dcc3f708f19e33675c3f3261e3f7..5cf27f446e180fe3fe8d6b4d14e20052f830feba 100644 (file)
--- a/src/monster.c
+++ b/src/monster.c
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;