1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 15:37:40 +00:00

nicer handling of WDIM, GDIM, MDIM, sig

This commit is contained in:
Zeno Rogue
2019-08-22 11:24:25 +02:00
parent 89413ae42a
commit 2f954d0538
10 changed files with 117 additions and 65 deletions

View File

@@ -454,7 +454,7 @@ namespace mapstream {
cheater = 1;
dynamicval<bool> a3(vid.always3, vid.always3);
if(f.vernum >= 0xA616) f.read(vid.always3);
if(f.vernum >= 0xA616) { f.read(vid.always3); geom3::apply_always3(); }
if(f.vernum < 0xA61A) load_usershapes(f);