Skip to content

Commit 9c9c97c

Browse files
committed
save games incompatibility
1 parent 19c3426 commit 9c9c97c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • singularity/code

singularity/code/g.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@
9393
font1 = "acknowtt.ttf"
9494

9595
#savefile version; update whenever the data saved changes.
96-
current_save_version = "singularity_savefile_r5_pre"
96+
current_save_version = "singularity_savefile_r5_pre2"
9797
savefile_translation = {
98-
"singularity_savefile_r4": 4,
99-
"singularity_savefile_r5_pre": 4.91,
98+
"singularity_savefile_r5_pre2": 4.92,
10099
}
101100

102101
data_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "data"))

0 commit comments

Comments
 (0)