1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

ads-game:: record a run

This commit is contained in:
Zeno Rogue
2022-09-20 12:36:16 +02:00
parent bdbf4e2935
commit 62fed6129f
3 changed files with 53 additions and 15 deletions

View File

@@ -33,8 +33,13 @@ struct shipstate {
ads_matrix at;
ld start;
ld duration;
ld ang;
ads_matrix vctrV;
cell *vctr;
};
vector<shipstate> history;
struct cellinfo {
int mpd_terrain; /* 0 = fully generated terrain */
int rock_dist; /* rocks generated in this radius */