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
|
|
@ -208,6 +208,8 @@ GameConnection::GameConnection()
|
|||
|
||||
mAIControlled = false;
|
||||
|
||||
mLastPacketTime = 0;
|
||||
|
||||
mDisconnectReason[0] = 0;
|
||||
|
||||
//blackout vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue