Commit 33d07888 authored by mercury233's avatar mercury233

fix

parent e1aa1f16
...@@ -383,6 +383,7 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) { ...@@ -383,6 +383,7 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
mainGame->wChat->setVisible(true); mainGame->wChat->setVisible(true);
mainGame->gMutex.Unlock(); mainGame->gMutex.Unlock();
mainGame->dInfo.duel_rule = pkt->info.duel_rule; mainGame->dInfo.duel_rule = pkt->info.duel_rule;
watching = 0;
connect_state |= 0x4; connect_state |= 0x4;
break; break;
} }
......
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