1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-30 04:21:22 +00:00

renamed binary:: to bt:: and binarytiling to bt::in()

This commit is contained in:
Zeno Rogue
2019-12-14 12:05:01 +01:00
parent c73c7a6855
commit d5c8aebf16
29 changed files with 204 additions and 202 deletions

View File

@@ -165,7 +165,7 @@ namespace mapstream {
if(hybri && VERNUM_HEX >= 0xA80C) {
hybrid::in_underlying_geometry([&] { save_geometry(f); });
}
if(binarytiling && VERNUM_HEX >= 0xA80C)
if(bt::in() && VERNUM_HEX >= 0xA80C)
f.write(vid.binary_width);
if(euc::in()) {
f.write(euc::eu_input.user_axes);
@@ -251,7 +251,7 @@ namespace mapstream {
load_geometry(f);
set_geometry(g);
}
if(binarytiling && VERNUM_HEX >= 0xA80C)
if(bt::in() && VERNUM_HEX >= 0xA80C)
f.read(vid.binary_width);
if(euc::in() && VERNUM_HEX >= 0xA80D) {
f.read(euc::eu_input.user_axes);