Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fixed the imported save crash (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanDDOS authored Nov 7, 2018
1 parent b1b1f50 commit a367191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/import_ddlc.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ label import_ddlc_persistent:
#Open the persistent save file as old_persistent
#open the persistent save file at save_path
f=file(save_path,"rb")
renpy.dynamic('s')
s=f.read().decode("zlib")
f.close()

Expand Down

0 comments on commit a367191

Please sign in to comment.