Commit 15ecf1f6 authored by nanahira's avatar nanahira

fix

parent dac618d7
......@@ -1606,6 +1606,7 @@ void Game::AddChatMsg(wchar_t* msg, int player) {
wchar_t msg_front[256];
myswprintf(msg_front, L"[Chat]%ls", chatMsg[0].c_str());
lstLog->addItem(msg_front);
logParam.push_back(0);
}
void Game::ClearChatMsg() {
for(int i = 7; i >= 0; --i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment