Commit d0b03b4d authored by nanahira's avatar nanahira

fix

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