mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed incomplete reset of savegame state.
This commit is contained in:
parent
b8ac5aea84
commit
e7ee858d0d
1 changed files with 3 additions and 0 deletions
|
@ -17,7 +17,10 @@ class CompositeSavegameWriter
|
|||
public:
|
||||
void Clear()
|
||||
{
|
||||
isCompressed.Clear();
|
||||
subfilenames.Clear();
|
||||
subfiles.DeleteAndClear();
|
||||
filename = "";
|
||||
}
|
||||
void SetFileName(const char* fn)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue