hedgewars/HHHandlers.inc
changeset 2142 48ed98cfd119
parent 2140 75e5c4fcae2a
child 2143 ad05f6b2d1c0
--- a/hedgewars/HHHandlers.inc	Mon Jun 01 18:30:48 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Mon Jun 01 20:38:45 2009 +0000
@@ -685,7 +685,7 @@
 		AllInactive:= false;
 
 		// Death message
-		AddCaption(Format(GetEventString(eidDied), PHedgehog(Gear^.Hedgehog)^.Name), $FFFFFF, capgrpGameState);
+		AddCaption(Format(GetEventString(eidDied), PHedgehog(Gear^.Hedgehog)^.Name), $FFFFFF, capgrpMessage);
 		end;
 	exit
 	end;