Skip to content

Commit 8d9d23a

Browse files
author
Sam Feeney
committed
Oops stupid typo.
1 parent 83d2433 commit 8d9d23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Player.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,7 @@ void Player::SetJudgment( int iRow, int iTrack, const TapNote &tn, TapNoteScore
31413141
msg.SetParam( "Early", fTapNoteOffset < 0.0f );
31423142
msg.SetParam( "Judgment", tns);
31433143
msg.SetParam( "NoteRow", iRow);
3144-
msg.SetParam( "Type", static_cast<RString>"Tap"));
3144+
msg.SetParam( "Type", static_cast<RString>("Tap"));
31453145
msg.SetParam( "TapNoteOffset", tn.result.fTapNoteOffset );
31463146
msg.SetParam( "Val", m_pPlayerStageStats->m_iTapNoteScores[tns] + 1);
31473147

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

32013201
Lua* L = LUA->Get();

0 commit comments

Comments
 (0)