mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
This should be ifndef NETCODE_DISABLE
git-svn-id: https://svn.eduke32.com/eduke32@8604 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c54f813ea9
commit
ba7de01d7f
1 changed files with 2 additions and 2 deletions
|
@ -6032,7 +6032,7 @@ int G_DoMoveThings(void)
|
|||
if (!i) pub = NUMPAGES;
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef NETCODE_DISABLE
|
||||
// Name display when aiming at opponents
|
||||
if (cl_idplayers && (g_netServer || ud.multimode > 1)
|
||||
#ifdef SPLITSCREEN_MOD_HACKS
|
||||
|
@ -6074,7 +6074,7 @@ int G_DoMoveThings(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
if (g_showShareware > 0)
|
||||
{
|
||||
g_showShareware--;
|
||||
|
|
Loading…
Reference in a new issue