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);