mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-28 23:01:41 +00:00
- fix compile error
This commit is contained in:
parent
3538ef8a15
commit
a92663b710
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ extern bool netserver, netclient;
|
||||||
|
|
||||||
IDList<AActor> g_NetIDList;
|
IDList<AActor> g_NetIDList;
|
||||||
|
|
||||||
|
void CountActors();
|
||||||
|
|
||||||
void NetSyncData::AssignNetID(AActor *pActor)
|
void NetSyncData::AssignNetID(AActor *pActor)
|
||||||
{
|
{
|
||||||
if (netserver)
|
if (netserver)
|
||||||
|
|
Loading…
Reference in a new issue