I just replaced TPeristence's Field objectMap:TMap to use TStringMap.
When now loading in a savegame of my game I get one of the Reference not mapped yet-errors thrown. Did I miss to change something?
Reverting back to TMap = new TMap and loading is successful.
I just replaced TPeristence's
Field objectMap:TMap
to useTStringMap
.When now loading in a savegame of my game I get one of the
Reference not mapped yet
-errors thrown. Did I miss to change something? Reverting back toTMap = new TMap
and loading is successful.