- Fixed: PO_Busy() did not check for a NULL return from GetPolyobj().
- Fixed two problems with printfs from the net controller stuff: one of them is totally valid, and the other is GCC not being as nice as VC++. - Fixed: The case for defining SAVESIG when SVN_REVISION_NUMBER == 0 did not work for GCC (and presumably VC++, though I never ran into that case with it) because it tried to stringify something that wasn't a macro argument. SVN r762 (trunk)
This commit is contained in:
parent
d412266bfc
commit
0dccb97819
6 changed files with 16 additions and 8 deletions
|
|
@ -2496,7 +2496,7 @@ static void Network_Controller (int playernum, bool add)
|
|||
|
||||
if (!playeringame[playernum])
|
||||
{
|
||||
Printf ("Player (%d) not found!\n");
|
||||
Printf ("Player (%d) not found!\n", playernum);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue