mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 22:00:35 +00:00
fixed review stuff
This commit is contained in:
parent
17efc38e35
commit
76a564df2e
4 changed files with 1 additions and 22 deletions
|
@ -71,13 +71,6 @@ void CRecordDataForChase::ProcessControlCars(void)
|
|||
|
||||
bool CRecordDataForChase::ShouldThisPadBeLeftAlone(uint8 pad)
|
||||
{
|
||||
// may be wrong
|
||||
if (Status == STATE_PLAYBACK_INIT) // this is useless but ps2 def checks if it's STATE_PLAYBACK_INIT
|
||||
return false;
|
||||
|
||||
if (Status == STATE_RECORD)
|
||||
return pad != 0;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue