SVN r116 (trunk)
This commit is contained in:
parent
afd6a1258f
commit
ac53ed6ecd
25 changed files with 595 additions and 740 deletions
|
|
@ -148,8 +148,6 @@ static void ReadMultiplePlayers (FArchive &arc, int numPlayers, int numPlayersNo
|
|||
BYTE *tempPlayerUsed = new BYTE[numPlayers];
|
||||
BYTE *playerUsed = new BYTE[MAXPLAYERS];
|
||||
|
||||
memset (playertemp, 0, numPlayers*sizeof(player_t));
|
||||
|
||||
for (i = 0; i < numPlayers; ++i)
|
||||
{
|
||||
nametemp[i] = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue