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:
terminx 2020-02-06 22:00:39 +00:00 committed by Christoph Oelckers
parent c54f813ea9
commit ba7de01d7f

View file

@ -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--;