mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-06-17 15:14:09 +00:00
Avoid ::strcpy of uninitialized WorldContainer::m_key
This commit is contained in:
parent
7752603257
commit
fe2f8be642
@ -72,6 +72,7 @@ class LegoOmni : public MxOmni {
|
||||
WorldContainer()
|
||||
{
|
||||
m_id = e_undefined;
|
||||
m_key[0] = '\0';
|
||||
m_atomId = NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user