Attempted fix for save game crash

- Not really a proper fix, but might at least workaround it
This commit is contained in:
Simon 2023-04-11 08:39:32 +01:00
parent d93935b942
commit a573419a69

View file

@ -625,6 +625,9 @@ public:
saved_game.read<int32_t>(ffireCount);
saved_game.read<int32_t>(ffireDebounce);
saved_game.read<int32_t>(ffireFadeDebounce);
//May fix the save game crash issue?
watchTarget = NULL;
}
}; // gNPC_t