mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Save game crash fix in JKO
This commit is contained in:
parent
6314561b52
commit
d3dcac8f9d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue