From ab718fdd6ea763be13831643eeefc476e45d6bfa Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 7 Jan 2006 08:19:13 +0000 Subject: [PATCH] Fix warning. Should NUM_PLAYERS go away? --- stepmania/src/PlayerNumber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PlayerNumber.cpp b/stepmania/src/PlayerNumber.cpp index 92a9bc244b..8dbf0a8b2b 100644 --- a/stepmania/src/PlayerNumber.cpp +++ b/stepmania/src/PlayerNumber.cpp @@ -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)