korrekte Argumente fuer init() und exit()

Change-Id: I104ce91bff7253973a4dbfbba903c7ad8f67e396
diff --git a/room/death/death_room.c b/room/death/death_room.c
index 5e59f20..1619e39 100644
--- a/room/death/death_room.c
+++ b/room/death/death_room.c
@@ -31,7 +31,8 @@
 public int SmartLog( string creat, string myname, string str, string date );
 public mixed hier_geblieben( mixed dest, int methods, string direction,
                              string textout, string textin );
-public void init()
+
+public varargs void init(object oldenv)
 {
   this_player()->move("/room/death/virtual/death_room_"+getuid(this_player()),
 	     M_NOCHECK|M_SILENT|M_NO_SHOW);