Skip to content

Commit

Permalink
Fix pump crash on hold/rolls by setting tickcount to false (dont incr…
Browse files Browse the repository at this point in the history
…ease combo on holds)
  • Loading branch information
nico-abram committed Jan 3, 2018
1 parent e719669 commit 268b82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ static const Game g_Game_Pump =
"pump", // m_szName
g_apGame_Pump_Styles, // m_apStyles
false, // m_bCountNotesSeparately
true, // m_bTickHolds
false, // m_bTickHolds
false, // m_PlayersHaveSeparateStyles
{ // m_InputScheme
"pump", // m_szName
Expand Down

0 comments on commit 268b82d

Please sign in to comment.