1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 06:37:38 +00:00
This commit is contained in:
Zeno Rogue
2022-03-27 22:42:56 +02:00
parent 8ecb1ce593
commit d319173110
3 changed files with 31 additions and 3 deletions

View File

@@ -889,7 +889,7 @@ EX namespace mapstream {
f.read(canvas_default_wall);
f.read(mapeditor::drawplayer);
if(patterns::whichCanvas == 'f') f.read(patterns::color_formula);
if(f.vernum >= 0xA90C) { // TODO Please replace this with the next version this pull request is included in
if(f.vernum >= 0xA90D) {
f.read(canvasfloor);
f.read(canvasdark);
}