mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
mapeditor:: read/write mineadj
This commit is contained in:
parent
86050df3da
commit
cb4ce17598
@ -171,6 +171,7 @@ namespace mapstream {
|
||||
f.write(euc::eu_input.user_axes);
|
||||
f.write(euc::eu_input.twisted);
|
||||
}
|
||||
f.write(mineadj);
|
||||
}
|
||||
|
||||
void load_geometry(fhstream& f) {
|
||||
@ -257,6 +258,8 @@ namespace mapstream {
|
||||
f.read(euc::eu_input.user_axes);
|
||||
f.read(euc::eu_input.twisted);
|
||||
}
|
||||
if(VERNUM_HEX >= 0xA810)
|
||||
f.read(mineadj);
|
||||
}
|
||||
|
||||
void save_only_map(fhstream& f) {
|
||||
|
Loading…
Reference in New Issue
Block a user