Commit 690e6245 authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents 7dcc1b1d 2e7cbcf2
No preview for this file type
...@@ -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: {
......
Subproject commit 1eedc8d1b7e4b36f7a78431351238b330b723aad Subproject commit 1b8b6c51acd68bf9a441f666316c787df0f6d967
...@@ -16,8 +16,8 @@ VALUE "InternalName", "KoishiPro" ...@@ -16,8 +16,8 @@ VALUE "InternalName", "KoishiPro"
VALUE "LegalCopyright", "Copyright (C) 2019 Nanahira" VALUE "LegalCopyright", "Copyright (C) 2019 Nanahira"
VALUE "OriginalFilename", "ygopro_another.exe" VALUE "OriginalFilename", "ygopro_another.exe"
VALUE "ProductName", "KoishiPro" VALUE "ProductName", "KoishiPro"
VALUE "FileVersion", "IZANA" VALUE "FileVersion", "Replica"
VALUE "ProductVersion", "IZANA" VALUE "ProductVersion", "Replica"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
......
Subproject commit df1137c1d9ca27697cc9be63da50191df629a158 Subproject commit 0895099e40fef293c6f7653836c5cdf7a36b9e61
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