remove size on statc CString arrays so that XToString can catch size differences
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "Game.h"
|
||||
|
||||
|
||||
static const CString GameControllerNames[MAX_GAME_CONTROLLERS] = {
|
||||
static const CString GameControllerNames[] = {
|
||||
"Controller1",
|
||||
"Controller2",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user