Fixed: Timestamps in chat not visible after switching characters

--HG--
branch : develop
This commit is contained in:
Nimetu 2015-12-19 20:39:33 +02:00
parent 1863f91782
commit 73d010ca6b

View file

@ -232,4 +232,5 @@ void CChatTextManager::reset ()
_TextFontSize = NULL;
_TextMultilineSpace = NULL;
_TextShadowed = NULL;
_ShowTimestamps = NULL;
}