1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

fixed save/load text

This commit is contained in:
Zeno Rogue 2020-07-12 21:39:02 +02:00
parent 50bb01b7e2
commit 7deb98154f

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;
}