Commit dba6c3d9 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents 076baeb4 d0b03b4d
...@@ -311,7 +311,7 @@ bool ReplayMode::ReplayAnalyze(char* msg, unsigned int len) { ...@@ -311,7 +311,7 @@ bool ReplayMode::ReplayAnalyze(char* msg, unsigned int len) {
mainGame->dInfo.curMsg = BufferIO::ReadUInt8(pbuf); mainGame->dInfo.curMsg = BufferIO::ReadUInt8(pbuf);
switch (mainGame->dInfo.curMsg) { switch (mainGame->dInfo.curMsg) {
case MSG_RESET_TIME: { case MSG_RESET_TIME: {
pbuf += 2; pbuf += 3;
break; break;
} }
case MSG_RETRY: { case MSG_RETRY: {
......
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