You need to sign in or sign up before continuing.
Commit f53f1da0 authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents 3291f82d cb253117
No preview for this file type
......@@ -367,12 +367,11 @@ void DuelClient::HandleSTOCPacketLan(char* data, unsigned int len) {
unsigned short count = BufferIO::ReadUInt16(pdata);
char temp1[64];
char temp2[128];
for(unsigned short i = 0; i < count; ++i) {
wchar_t roomname[32];
wchar_t player1[64];
wchar_t player2[64];
wchar_t hoststr[1024];
for(unsigned short i = 0; i < count; ++i) {
memcpy(temp1, pdata, 64);
pdata += 64;
BufferIO::DecodeUTF8(temp1, roomname);
......
Subproject commit 1869873106359b64e06a263b31e2e2ad529e9933
Subproject commit cf3a323bec3209c1a004808563b397a753a16c70
Subproject commit a57b3522f6acb3d1e37a484654ef7cecf2b7f774
Subproject commit fba4ec714b9b54a7079ad15038e53ea099c0d723
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