mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 00:10:46 +00:00
uninitialized variables-core
This commit is contained in:
parent
3c0360fd2f
commit
1cea8ffacb
2 changed files with 16 additions and 5 deletions
|
|
@ -80,6 +80,7 @@ struct ServerInfo
|
|||
statusString = NULL;
|
||||
infoString = NULL;
|
||||
version = 0;
|
||||
dMemset(&address, '\0', sizeof(NetAddress));
|
||||
ping = 0;
|
||||
cpuSpeed = 0;
|
||||
isFavorite = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue