mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
uninitialized variables-sim
This commit is contained in:
parent
a1a6143e01
commit
87603029db
5 changed files with 8 additions and 6 deletions
|
|
@ -469,6 +469,8 @@ NetConnection::PacketNotify::PacketNotify()
|
|||
sendTime = 0;
|
||||
eventList = 0;
|
||||
ghostList = 0;
|
||||
subList = NULL;
|
||||
nextPacket = NULL;
|
||||
}
|
||||
|
||||
bool NetConnection::checkTimeout(U32 time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue