P_NetArchivePlayers() is too bad for inline

This commit is contained in:
Alam Ed Arias 2016-05-26 23:39:08 -04:00
parent 0079b4df64
commit 3297fe11ed
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static inline void P_UnArchivePlayer(void)
//
// P_NetArchivePlayers
//
static inline void P_NetArchivePlayers(void)
static void P_NetArchivePlayers(void)
{
INT32 i, j;
UINT16 flags;