diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-02-27 19:07:36 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-02-27 19:38:35 +0300 |
commit | 750d3229a38cfa449ebb51e4936ca9b33e581695 (patch) | |
tree | 84f3dc2642869bc046888c24683cc80712652ba7 /src/control | |
parent | cbf396e6e94109ada4e2ec020cb50163ac05dc41 (diff) |
CPopulation 3 and fixes
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 3d8807d8..4ef3821e 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -3757,7 +3757,7 @@ int8 CRunningScript::ProcessCommands400To499(int32 command) CollectParameters(&m_nIp, 2); CPlayerInfo* pPlayer = &CWorld::Players[ScriptParams[0]]; if (ScriptParams[1]){ - if (CReplay::IsPlayingBack() || CTheScripts::DelayMakingPlayerUnsafeThisTime){ + if (CGame::playingIntro || CTheScripts::DelayMakingPlayerUnsafeThisTime){ CTheScripts::CountdownToMakePlayerUnsafe = 50; if (CTheScripts::DelayMakingPlayerUnsafeThisTime) CTheScripts::DelayMakingPlayerUnsafeThisTime--; |