Substitute more char arrays with strings
This commit is contained in:
@@ -162,7 +162,7 @@ int Constants::GetColorStringIndex(string mtgColor)
|
||||
return -1;
|
||||
}
|
||||
|
||||
const char* Constants::MTGPhaseNames[] =
|
||||
const string Constants::MTGPhaseNames[] =
|
||||
{
|
||||
"---",
|
||||
"Untap",
|
||||
|
||||
Reference in New Issue
Block a user