diff --git a/src/game/editor/auto_map.cpp b/src/game/editor/auto_map.cpp index 6c74f6d36..115238944 100644 --- a/src/game/editor/auto_map.cpp +++ b/src/game/editor/auto_map.cpp @@ -72,6 +72,7 @@ void CAutoMapper::Load(const char* pTileName) // new configuration, get the name pLine++; CConfiguration NewConf; + NewConf.m_aName[0] = '\0'; NewConf.m_StartX = 0; NewConf.m_StartY = 0; NewConf.m_EndX = 0;