increase MAX_INPUT_QUEUE_LENGTH

This commit is contained in:
Glenn Maynard
2004-01-26 03:36:02 +00:00
parent fe676f0dc2
commit dc33cc12bb
+1 -1
View File
@@ -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
{