Save game crash fix in JKO

This commit is contained in:
Simon 2023-04-11 20:58:56 +01:00
parent 6314561b52
commit d3dcac8f9d

View file

@ -553,6 +553,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