Skip to content

Commit

Permalink
TAG058 2022/05/16
Browse files Browse the repository at this point in the history
  Compiler:コンパイル情報を格納する際のバグ修正
  • Loading branch information
kumatan committed May 16, 2022
1 parent b54701e commit 7471bf7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
�X�V����
TAG058 2022/05/16
Compiler:�R���p�C�������i�[����ۂ̃o�O�C��

TAG057 2021/08/23
�edll�̍����ւ��̂�

Expand Down
3 changes: 3 additions & 0 deletions PMDDotNETCompiler/lc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,11 @@ private void print_length()
mc.print_mes(loop_mes2);
}

if (work.compilerInfo.partName == null) work.compilerInfo.partName = new List<string>();
work.compilerInfo.partName.Add(part_chr.ToString());
if (work.compilerInfo.totalCount == null) work.compilerInfo.totalCount = new List<int>();
work.compilerInfo.totalCount.Add(tc);
if (work.compilerInfo.loopCount == null) work.compilerInfo.loopCount = new List<int>();
work.compilerInfo.loopCount.Add(lc);

return;
Expand Down
Binary file modified PMDDotNETPlayer/lib/MDSound.dll
Binary file not shown.
Binary file modified PMDDotNETPlayer/lib/RealChipCtlWrap.dll
Binary file not shown.
Binary file modified lib/musicDriverInterface.dll
Binary file not shown.

0 comments on commit 7471bf7

Please sign in to comment.