diff --git a/stepmania/src/InputQueue.h b/stepmania/src/InputQueue.h index 158d89de90..cc0c530841 100644 --- a/stepmania/src/InputQueue.h +++ b/stepmania/src/InputQueue.h @@ -15,7 +15,7 @@ #include "GameInput.h" #include "MenuInput.h" -const unsigned MAX_INPUT_QUEUE_LENGTH = 8; +const unsigned MAX_INPUT_QUEUE_LENGTH = 16; class InputQueue {