commit | f5028432ea81373a57b27762122e0aba841d0564 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Mon Dec 03 10:14:04 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Mon Dec 03 10:14:04 2018 +0100 |
tree | ae608fcf7c80f096a0f392c61b2673b7ba2552fe | |
parent | 56b944931e6fb5d3e455f751c56bef5209883958 [diff] [blame] |
Fix parameter. Change-Id: Ic03e755b7d495cff8ecd56cba31c363dfac04f7a
diff --git a/npc/zwerg5.c b/npc/zwerg5.c index 23f4cca..03941b8 100644 --- a/npc/zwerg5.c +++ b/npc/zwerg5.c
@@ -63,5 +63,5 @@ "zuzuschlagen.")); return; } - ::Attack(); + ::Attack(enemy); }