- Renamed PlayerOnTeam with IsNetworkGame.

This commit is contained in:
Edoardo Prezioso 2016-06-20 01:39:15 +02:00
parent 5a55620a1a
commit 49f91e214e
3 changed files with 3 additions and 3 deletions

View file

@ -231,7 +231,7 @@ static char *PCDNames[PCODE_COMMAND_COUNT] =
"PCD_PLAYERGOLDSKULL",
"PCD_PLAYERBLACKCARD",
"PCD_PLAYERSILVERCARD",
"PCD_PLAYERONTEAM",
"PCD_ISNETWORKGAME",
"PCD_PLAYERTEAM",
"PCD_PLAYERHEALTH",
"PCD_PLAYERARMORPOINTS",

View file

@ -176,7 +176,7 @@ typedef enum
PCD_PLAYERGOLDSKULL,
PCD_PLAYERBLACKCARD,
PCD_PLAYERSILVERCARD,
PCD_PLAYERONTEAM,
PCD_ISNETWORKGAME,
PCD_PLAYERTEAM,
PCD_PLAYERHEALTH,
PCD_PLAYERARMORPOINTS,

View file

@ -90,7 +90,7 @@ static internFuncDef_t InternalFunctions[] =
{ "playerbluecard", PCD_NOP, PCD_PLAYERBLUECARD, 0, 0, 0, YES, NO },
{ "playerredcard", PCD_NOP, PCD_PLAYERREDCARD, 0, 0, 0, YES, NO },
{ "playeryellowcard", PCD_NOP, PCD_PLAYERYELLOWCARD, 0, 0, 0, YES, NO },
{ "playeronteam", PCD_NOP, PCD_PLAYERONTEAM, 0, 0, 0, YES, NO },
{ "isnetworkgame", PCD_NOP, PCD_ISNETWORKGAME, 0, 0, 0, YES, NO },
{ "playerteam", PCD_NOP, PCD_PLAYERTEAM, 0, 0, 0, YES, NO },
{ "playerfrags", PCD_NOP, PCD_PLAYERFRAGS, 0, 0, 0, YES, NO },
{ "playerhealth", PCD_NOP, PCD_PLAYERHEALTH, 0, 0, 0, YES, NO },