Skip to content

Commit

Permalink
Fixed static error for SendConAck
Browse files Browse the repository at this point in the history
  • Loading branch information
Boondorl committed Nov 5, 2024
1 parent 5e44113 commit 0abaa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/engine/i_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0abaa43

Please sign in to comment.