uninitialized variables-sim

This commit is contained in:
AzaezelX 2020-05-11 15:26:52 -05:00
parent a1a6143e01
commit 87603029db
5 changed files with 8 additions and 6 deletions

View file

@ -469,6 +469,8 @@ NetConnection::PacketNotify::PacketNotify()
sendTime = 0;
eventList = 0;
ghostList = 0;
subList = NULL;
nextPacket = NULL;
}
bool NetConnection::checkTimeout(U32 time)