mirror of
https://github.com/halpz/re3.git
synced 2025-07-04 07:50:42 +00:00
Record
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
#include "Vehicle.h"
|
||||
#include "Ped.h"
|
||||
#include "Population.h"
|
||||
#include "Record.h"
|
||||
#include "Replay.h"
|
||||
#include "Weather.h"
|
||||
#include "win.h"
|
||||
@ -969,7 +970,7 @@ void CPad::Update(int16 unk)
|
||||
OldState = NewState;
|
||||
|
||||
#if (defined GTA_PS2 || defined FIX_BUGS)
|
||||
if (!CRecordDataForGame::IsPlayingBack() /* && !CRecordDataForChase::ShouldThisPadBeLeftAlone(unk) */)
|
||||
if (!CRecordDataForGame::IsPlayingBack() && !CRecordDataForChase::ShouldThisPadBeLeftAlone(unk))
|
||||
#endif
|
||||
{
|
||||
NewState = ReconcileTwoControllersInput(PCTempKeyState, PCTempJoyState);
|
||||
|
@ -138,7 +138,7 @@ void CTimer::Update(void)
|
||||
m_snTimeInMilliseconds = m_snPreviousTimeInMilliseconds + 60;
|
||||
}
|
||||
|
||||
if ( CRecordDataForChase::Status == RECORDSTATE_1 )
|
||||
if ( CRecordDataForChase::IsRecording() )
|
||||
{
|
||||
ms_fTimeStep = 1.0f;
|
||||
m_snTimeInMilliseconds = m_snPreviousTimeInMilliseconds + 16;
|
||||
|
Reference in New Issue
Block a user