some more s/GetSize/size/ and other minor STLisms
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "GameInput.h"
|
||||
#include "MenuInput.h"
|
||||
|
||||
const int MAX_INPUT_QUEUE_LENGTH = 8;
|
||||
const unsigned MAX_INPUT_QUEUE_LENGTH = 8;
|
||||
|
||||
class InputQueue
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user