Fix PlayerStageStats::SetLifeRecordAt to broadcast correct message for the player. Also adds Message::Message(MessageID) constructor.
This commit is contained in:
@@ -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 ¶ms );
|
||||
~Message();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user