CID 26256: (NULL_RETURNS)

This commit is contained in:
Enno Rehling 2015-10-29 16:41:53 +01:00
parent 833a1e70be
commit 0a67d53264
1 changed files with 10 additions and 8 deletions

View File

@ -971,6 +971,7 @@ void drain_exp(struct unit *u, int n)
}
if (sk != NOSKILL) {
skill *sv = unit_skill(u, sk);
if (sv) {
while (n > 0) {
if (n >= 30 * u->number) {
reduce_skill(u, sv, 1);
@ -983,6 +984,7 @@ void drain_exp(struct unit *u, int n)
}
}
}
}
}
const char *rel_dam(int dam, int hp)