1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

rv:: hide player in intra-demos

This commit is contained in:
Zeno Rogue 2022-03-01 08:38:42 +01:00
parent 7a1d3822b3
commit ebe0433168

View File

@ -496,6 +496,7 @@ auto hooks =
mapstream::loadMap(s);
slide_backup(ray::fixed_map, true);
slide_backup(ray::max_iter_intra, y);
slide_backup(mapeditor::drawplayer, false);
};
};