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:
parent
cd358362d0
commit
b93f9838a1
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user