force TypeName arrays for XToString to be an array of const char*, not CString
This commit is contained in:
@@ -19,7 +19,7 @@ UnlockManager* UNLOCKMAN = NULL; // global and accessable from anywhere in our p
|
||||
#define UNLOCK_NAMES THEME->GetMetric ("Unlocks","UnlockNames")
|
||||
#define UNLOCK(sLineName) THEME->GetMetric ("Unlocks",ssprintf("Unlock%s",sLineName.c_str()))
|
||||
|
||||
static CString UnlockTypeNames[] =
|
||||
static const char *UnlockTypeNames[] =
|
||||
{
|
||||
"ArcadePoints",
|
||||
"DancePoints",
|
||||
|
||||
Reference in New Issue
Block a user