Toten Code entfernt, Kommentar ergaenzt.

Change-Id: Ie8c99940bd58aa091289fdf1b0b4c9631f22d548
diff --git a/std/player/comm.c b/std/player/comm.c
index 560c64a..59ce58d 100644
--- a/std/player/comm.c
+++ b/std/player/comm.c
@@ -1658,11 +1658,7 @@
 
 // Prueft auf Ingoriereeintraege.
 // Rueckgabe: 0 (nicht ignoriert) oder MSG_IGNORED
-#ifdef __LPC_UNIONS__
 public int TestIgnore(string|string* srcnames)
-#else
-public int TestIgnore(mixed srcnames)
-#endif
 {
   mapping ign = Query(P_IGNORE, F_VALUE);
   if (stringp(srcnames))
diff --git a/std/player/life.c b/std/player/life.c
index 51a04b0..3a52dee 100644
--- a/std/player/life.c
+++ b/std/player/life.c
@@ -251,7 +251,7 @@
                     hit_point = 1;
                 else {
                     hit_point = 0;
-                    enemy->SetProp( P_KILLS, -1 );
+                    enemy->SetProp( P_KILLS, -1 ); // wert ist egal
                 }
 
                 log_file( "KILLER",