Commit 118a0a60 authored by edo9300's avatar edo9300

Fix

parent 743234f4
...@@ -1170,7 +1170,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) { ...@@ -1170,7 +1170,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
} }
case MSG_SELECT_BATTLECMD: { case MSG_SELECT_BATTLECMD: {
/*int selecting_player = */BufferIO::ReadInt8(pbuf); /*int selecting_player = */BufferIO::ReadInt8(pbuf);
int code, desc, count, con, loc, seq/*, diratt*/; int code, count, con, loc, seq/*, diratt*/;
u64 desc; u64 desc;
ClientCard* pcard; ClientCard* pcard;
mainGame->dField.activatable_cards.clear(); mainGame->dField.activatable_cards.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