rogueviz:: in impossible structures, shapes disappeared due to a bug

This commit is contained in:
Zeno Rogue
2020-08-10 18:47:24 +02:00
parent 6880dfc96b
commit 54bb5d5c5c
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -312,7 +312,9 @@ auto hchook = addHook(hooks_drawcell, 100, draw_ptriangle)
tour::slide_backup(mapeditor::drawplayer, false);
tour::slide_backup(on, true);
tour::slide_backup(smooth_scrolling, true);
tour::on_restore(nilv::set_flags);
tour::slide_backup(nilv::nilperiod, make_array(3, 3, 3));
nilv::set_flags();
start_game();
playermoved = false;
}