fixed save/load text

This commit is contained in:
Zeno Rogue 2020-07-12 21:39:02 +02:00
parent 50bb01b7e2
commit 7deb98154f
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ EX namespace mapeditor {
return (new dtcircle)->load(hs);
case 3:
return (new dtfree)->load(hs);
case 4:
return (new dttext)->load(hs);
default:
return nullptr;
}