mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix more misc uninitialized vars
This commit is contained in:
parent
a10e6e99d4
commit
d97d44f66f
5 changed files with 10 additions and 3 deletions
|
|
@ -351,6 +351,7 @@ void NetConnection::setNetClassGroup(U32 grp)
|
|||
}
|
||||
|
||||
NetConnection::NetConnection()
|
||||
: mNetAddress()
|
||||
{
|
||||
mTranslateStrings = false;
|
||||
mConnectSequence = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue