mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added fix for editor->append by xalduin
This commit is contained in:
parent
f14e7369f1
commit
54692ceaf1
|
@ -574,7 +574,7 @@ int CEditor::Append(const char *pFileName)
|
||||||
|
|
||||||
int Err;
|
int Err;
|
||||||
Err = NewMap.Load(Kernel()->RequestInterface<IStorage>(), pFileName);
|
Err = NewMap.Load(Kernel()->RequestInterface<IStorage>(), pFileName);
|
||||||
if(Err)
|
if(!Err)
|
||||||
return Err;
|
return Err;
|
||||||
|
|
||||||
// modify indecies
|
// modify indecies
|
||||||
|
|
Loading…
Reference in a new issue