mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-02 17:02:25 +00:00
Fixed static error for SendConAck
This commit is contained in:
parent
3f4513c571
commit
e898139690
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ void SendAbort (void)
|
|||
}
|
||||
}
|
||||
|
||||
static void SendConAck (int num_connected, int num_needed)
|
||||
void SendConAck (int num_connected, int num_needed)
|
||||
{
|
||||
PreGamePacket packet;
|
||||
|
||||
|
|
Loading…
Reference in a new issue