ads-game:: clear rocks near to the starting point

This commit is contained in:
Zeno Rogue 2022-09-12 12:58:05 +02:00
parent cd84dfca4f
commit 7958c095d0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ void run_ads_game() {
gen_terrain(c, ci_at[c], -2);
forCellEx(c1, c) ci_at[c1].type = wtNone;
ci_at[c].type = wtNone;
ci_at[c].rocks.clear();
});
vctrV = ads_matrix(Id, 0);
rogueviz::rv_hook(hooks_prestats, 100, view_ads_game);