mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
- fixed savegame writing for Ion Fury.
The composite's writers may not be deleted, they are needed for creating the final savegame file.
This commit is contained in:
parent
728635c1c0
commit
a4fcf9ee2b
1 changed files with 0 additions and 1 deletions
|
@ -5731,7 +5731,6 @@ int portableBackupSave(const char * path, const char * name, int volume, int lev
|
||||||
}
|
}
|
||||||
|
|
||||||
fil->Write(encoded, strlen(encoded));
|
fil->Write(encoded, strlen(encoded));
|
||||||
delete fil;
|
|
||||||
|
|
||||||
sjson_free_string(ctx, encoded);
|
sjson_free_string(ctx, encoded);
|
||||||
sjson_destroy_context(ctx);
|
sjson_destroy_context(ctx);
|
||||||
|
|
Loading…
Reference in a new issue