mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-sim
This commit is contained in:
parent
a1a6143e01
commit
87603029db
5 changed files with 8 additions and 6 deletions
|
|
@ -42,7 +42,8 @@ NetInterface::NetInterface()
|
|||
|
||||
mLastTimeoutCheckTime = 0;
|
||||
mAllowConnections = false;
|
||||
|
||||
dMemset(mRandomHashData, 0, sizeof(mRandomHashData));
|
||||
mRandomDataInitialized = false;
|
||||
}
|
||||
|
||||
void NetInterface::initRandomData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue