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

adapted rulegen-tests to change in rulegen

This commit is contained in:
Zeno Rogue 2021-07-30 15:18:55 +02:00
parent 8871efcc0c
commit c70dc65846

View File

@ -38,7 +38,7 @@ struct hrmap_testproto : hrmap {
}
heptagon *getOrigin() override {
return clone(t_origin);
return clone(t_origin[0]);
}
heptagon *create_step(heptagon *h, int d) override {
@ -321,7 +321,7 @@ void test_current() {
status = s0 + "ERR;\"" + e.what() + "\"";
}
if(t_origin && (draw_which & 2)) {
if(t_origin.size() && (draw_which & 2)) {
restart_game_on(new hrmap_testproto);
view_debug();
View = Id; shot::take(t+"-orig.png");