Commit 6287c583 authored by salix5's avatar salix5

fix

parent 962ac068
......@@ -1848,7 +1848,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
return true;
}
case MSG_NEW_PHASE: {
int phase = BufferIO::ReadInt16(pbuf);
unsigned short phase = BufferIO::ReadInt16(pbuf);
mainGame->btnDP->setVisible(false);
mainGame->btnSP->setVisible(false);
mainGame->btnM1->setVisible(false);
......
Subproject commit d48e60cbd89e902fe8feb3111d28ff1c01e98666
Subproject commit 998ee3c363d24d8cbf45329b3f2fc17b562b4f95
Subproject commit 7b91fc2571b58364b81e29f78513c0f8770916ff
Subproject commit 0923b804caf9e9c4cb9154f6f35e6e2bef34dcb3
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