Fix warning. Should NUM_PLAYERS go away?

This commit is contained in:
Steve Checkoway
2006-01-07 08:19:13 +00:00
parent fb3cdf198a
commit ab718fdd6e
+1 -1
View File
@@ -8,7 +8,7 @@ static const char *PlayerNumberNames[] = {
"P1",
"P2",
};
XToString( PlayerNumber, NUM_PLAYERS );
XToString( PlayerNumber, NUM_PlayerNumber );
XToLocalizedString( PlayerNumber );
void LuaPlayerNumber(lua_State* L)