1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

rogueviz:: ads:: missile replay

This commit is contained in:
Zeno Rogue
2025-06-22 16:00:54 +02:00
parent 765c533f2c
commit 0ad19f56ee
3 changed files with 19 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ void fire() {
r->shape = &shape_missile;
r->life_start = 0;
r->life_end = M_PI;
r->shot_at = ship_pt;
ads_matrix Scell(Id, 0);
cell *lcell = hybrid::get_at(vctr, 0);