Skip to content

Commit

Permalink
Oops stupid typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Feeney committed Sep 9, 2016
1 parent 83d2433 commit 8d9d23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,7 @@ void Player::SetJudgment( int iRow, int iTrack, const TapNote &tn, TapNoteScore
msg.SetParam( "Early", fTapNoteOffset < 0.0f );
msg.SetParam( "Judgment", tns);
msg.SetParam( "NoteRow", iRow);
msg.SetParam( "Type", static_cast<RString>"Tap"));
msg.SetParam( "Type", static_cast<RString>("Tap"));
msg.SetParam( "TapNoteOffset", tn.result.fTapNoteOffset );
msg.SetParam( "Val", m_pPlayerStageStats->m_iTapNoteScores[tns] + 1);

Expand Down Expand Up @@ -3195,7 +3195,7 @@ void Player::SetHoldJudgment( TapNote &tn, int iTrack )
msg.SetParam( "TapNoteScore", tn.result.tns );
msg.SetParam( "HoldNoteScore", tn.HoldResult.hns );
msg.SetParam( "Judgment", tn.HoldResult.hns);
msg.SetParam( "Type", static_cast<RString>"Hold"));
msg.SetParam( "Type", static_cast<RString>("Hold"));
msg.SetParam( "Val", m_pPlayerStageStats->m_iHoldNoteScores[tn.HoldResult.hns] + 1);

Lua* L = LUA->Get();
Expand Down

0 comments on commit 8d9d23a

Please sign in to comment.