1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52: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

@@ -192,6 +192,7 @@ struct ads_object {
expiry_data expire;
vector<ld>* shape;
ld last_shot;
ld shot_at;
int hlast;
map<ld, turret_state> turret_states;