Fix PlayerStageStats::SetLifeRecordAt to broadcast correct message for the player. Also adds Message::Message(MessageID) constructor.

This commit is contained in:
Kyzentun
2014-08-06 04:41:05 -06:00
parent 84a8d3adfb
commit 6be879f06d
6 changed files with 51 additions and 4 deletions
+1
View File
@@ -90,6 +90,7 @@ const RString& MessageIDToString( MessageID m );
struct Message
{
explicit Message( const RString &s );
explicit Message(const MessageID id);
Message( const RString &s, const LuaReference &params );
~Message();