mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
ads-game:: clear rocks near to the starting point
This commit is contained in:
parent
cd84dfca4f
commit
7958c095d0
@ -41,6 +41,7 @@ void run_ads_game() {
|
|||||||
gen_terrain(c, ci_at[c], -2);
|
gen_terrain(c, ci_at[c], -2);
|
||||||
forCellEx(c1, c) ci_at[c1].type = wtNone;
|
forCellEx(c1, c) ci_at[c1].type = wtNone;
|
||||||
ci_at[c].type = wtNone;
|
ci_at[c].type = wtNone;
|
||||||
|
ci_at[c].rocks.clear();
|
||||||
});
|
});
|
||||||
vctrV = ads_matrix(Id, 0);
|
vctrV = ads_matrix(Id, 0);
|
||||||
rogueviz::rv_hook(hooks_prestats, 100, view_ads_game);
|
rogueviz::rv_hook(hooks_prestats, 100, view_ads_game);
|
||||||
|
Loading…
Reference in New Issue
Block a user