1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-26 15:32:19 +00:00

seuphorica:: fix turns/score/seed in the save

This commit is contained in:
Zeno Rogue 2025-06-25 22:02:13 +02:00
parent cd358362d0
commit b93f9838a1

View File

@ -1712,6 +1712,9 @@ void fill_gamedata() {
if(bidirectional) cur.flags |= 64;
cur.best_word = best_word;
cur.best_turn_score = best_turn_score;
cur.turns = roundindex;
cur.score = total_gain;
cur.seed = gameseed;
}
void save(const gamedata& sd) {