Message-Typ korrigiert

MSG_SAY ist fuer Ebenen, nicht fuer ReceiveMsg() und hat ausserdem den
falschen Datentyp. Letzteres fiel nicht auf, weil der Wert zufaellig 0
ist.

Change-Id: If962deb4ada3434a18de8baffde81241b937f613
diff --git a/std/player/comm.c b/std/player/comm.c
index 36aaff4..64912bc 100644
--- a/std/player/comm.c
+++ b/std/player/comm.c
@@ -1284,7 +1284,7 @@
       QueryProp(P_PRESAY) : "") + name()) || "");
 
   _send(ob, permutate(msg), MT_LISTEN|MSG_DONT_STORE,
-        MSG_SAY, myname + " fluestert Dir zu: ");
+        MA_SAY, myname + " fluestert Dir zu: ");
   send_room(environment(),
             myname + " fluestert " + ob->name(WEM, 1) + " etwas zu.",
             MT_LISTEN|MSG_DONT_STORE, MA_SAY, 0, ({this_object(),ob}));