mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 03:52:48 +00:00
fixed save/load text
This commit is contained in:
parent
50bb01b7e2
commit
7deb98154f
@ -246,6 +246,8 @@ EX namespace mapeditor {
|
|||||||
return (new dtcircle)->load(hs);
|
return (new dtcircle)->load(hs);
|
||||||
case 3:
|
case 3:
|
||||||
return (new dtfree)->load(hs);
|
return (new dtfree)->load(hs);
|
||||||
|
case 4:
|
||||||
|
return (new dttext)->load(hs);
|
||||||
default:
|
default:
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user