Skip to content

Commit

Permalink
TH06: forgot to set the frame count in the pause menu practice menu
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jul 11, 2022
1 parent ebd1c9f commit 7fa1322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thprac/src/thprac/thprac_th06.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ namespace TH06 {
thPracParam.stage = *mStage;
thPracParam.section = CalcSection();
thPracParam.phase = *mPhase;
thPracParam.frame = *mFrame;

thPracParam.score = *mScore;
thPracParam.life = (float)*mLife;
Expand Down

0 comments on commit 7fa1322

Please sign in to comment.