Skip to content

Commit

Permalink
turn off autoplayishuman flag for alpha builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2017
1 parent 074812d commit 15bcdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,7 @@ done differently between the types. Current values for taps/holds are sent in pa
all should have been to begin with. Not sure where checkpoints are but I also don't care, so.
Update: both message types are being sent out currently for compatability. -Mina*/
#define autoplayISHUMAN = true
#define autoplayISHUMAN = false
void Player::SetMineJudgment( TapNoteScore tns , int iTrack )
{
if( m_bSendJudgmentAndComboMessages )
Expand Down

0 comments on commit 15bcdba

Please sign in to comment.