fixed savegame file name check.

Writer and reader for the savegame metadata were mismatched so the readback of non-ASCII filenames failed.
This commit is contained in:
Christoph Oelckers 2023-10-25 17:25:57 +02:00
commit 28400a12f1
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
/*
/*
** serializer.cpp
** Savegame wrapper around RapidJSON
**