mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-28 08:22:18 +00:00
seuphorica:: fix turns/score/seed in the save
This commit is contained in:
parent
cd358362d0
commit
b93f9838a1
@ -1712,6 +1712,9 @@ void fill_gamedata() {
|
|||||||
if(bidirectional) cur.flags |= 64;
|
if(bidirectional) cur.flags |= 64;
|
||||||
cur.best_word = best_word;
|
cur.best_word = best_word;
|
||||||
cur.best_turn_score = best_turn_score;
|
cur.best_turn_score = best_turn_score;
|
||||||
|
cur.turns = roundindex;
|
||||||
|
cur.score = total_gain;
|
||||||
|
cur.seed = gameseed;
|
||||||
}
|
}
|
||||||
|
|
||||||
void save(const gamedata& sd) {
|
void save(const gamedata& sd) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user