Commit 670359ae authored by fallenstardust's avatar fallenstardust

观战的决斗开始时隐藏wDeckManage

parent 837238c6
......@@ -623,6 +623,7 @@ void DuelClient::HandleSTOCPacketLan(unsigned char* data, int len) {
}
case STOC_DUEL_START: {
mainGame->HideElement(mainGame->wHostPrepare);
mainGame->HideElement(mainGame->wDeckManage);
mainGame->WaitFrameSignal(11);
mainGame->gMutex.lock();
mainGame->dField.Clear();
......
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