diff options
Diffstat (limited to 'src/game/editor/io.cpp')
| -rw-r--r-- | src/game/editor/io.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/editor/io.cpp b/src/game/editor/io.cpp index 7207e49f..987404b8 100644 --- a/src/game/editor/io.cpp +++ b/src/game/editor/io.cpp @@ -449,6 +449,9 @@ int CEditorMap::Load(class IStorage *pStorage, const char *pFileName, int Storag if(pName) str_copy(pImg->m_aName, pName, 128); + // load auto mapper file + pImg->m_AutoMapper.Load(pImg->m_aName); + m_lImages.add(pImg); // unload image |