commit | 56b944931e6fb5d3e455f751c56bef5209883958 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Mon Dec 03 10:13:02 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Mon Dec 03 10:13:02 2018 +0100 |
tree | 260af55784937f9ac542bd6ec133cef056813a60 | |
parent | 2b58079a7155f1d10623cbde5541e5e14cbe0000 [diff] |
Fix parameter. Change-Id: I9c3784e17c9fd5d6b003250eef29536237c86091
diff --git a/npc/zwerg5.c b/npc/zwerg5.c index 4f69f87..23f4cca 100644 --- a/npc/zwerg5.c +++ b/npc/zwerg5.c
@@ -41,7 +41,7 @@ /* Ab und zu (20% Chance) startet Kawumm eine starke Attacke, die braucht dann aber ein paar Runden: */ -void Attack() { +void Attack(object enemy) { if (ausholen) { if (ausholen == 1) { mixed waffe = QueryProp(P_WEAPON);