Added error message type for skins, which is atm only used to display
automatic login failures. Added Arthur's new icons for errors, and friend+achievement icons for Ocean skin.
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
if(mt==MessageQueue::MT_ACHIEVEMENT)
|
||||
m_render_type = "achievement-message::neutral";
|
||||
else if (mt==MessageQueue::MT_ERROR)
|
||||
m_render_type = "achievement-message::neutral";
|
||||
m_render_type = "error-message::neutral";
|
||||
else
|
||||
m_render_type = "friend-message::neutral";
|
||||
} // Message
|
||||
|
||||
Reference in New Issue
Block a user