diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-11-01 10:33:16 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-11-01 10:33:16 +0100 |
commit | f21cfef8fb92a0923c6ddfa26124cf6da1fa883c (patch) | |
tree | ceb71a6fe0e06f6b45213465e6f7b8380b429cf4 | |
parent | Also fix SetModelIndex in CAutomobile and CTrain ctors (diff) | |
download | re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar.gz re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar.bz2 re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar.lz re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar.xz re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.tar.zst re3-f21cfef8fb92a0923c6ddfa26124cf6da1fa883c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.cpp | 2 | ||||
m--------- | vendor/ogg | 0 | ||||
m--------- | vendor/opusfile | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 6bde6b87..86595bbd 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -2696,8 +2696,10 @@ int8 CRunningScript::ProcessCommands0To99(int32 command) #ifdef MISSION_REPLAY if (m_bMissionFlag) { CPlayerInfo* pPlayerInfo = &CWorld::Players[CWorld::PlayerInFocus]; +#if 0 // makeing autosave is pointless and is a bit buggy if (pPlayerInfo->m_pPed->GetPedState() != PED_DEAD && pPlayerInfo->m_WBState == WBSTATE_PLAYING && !m_bDeatharrestExecuted) SaveGameForPause(1); +#endif oldTargetX = oldTargetY = 0.0f; if (AllowMissionReplay == 1) AllowMissionReplay = 2; diff --git a/vendor/ogg b/vendor/ogg -Subproject 684c73773e7e2683245ffd6aa75f04115b51123 +Subproject 36f969bb37559345ee03796ed625a9abd42c6db diff --git a/vendor/opusfile b/vendor/opusfile -Subproject f94a1764b0dcdd84ee8c13c040de9f4c1a67e4d +Subproject 4174c26e0aaab19d01afdea0a46f7f95fdc6b3e |