fixed review stuff

This commit is contained in:
Nikolay Korolev
2020-12-19 14:33:22 +03:00
parent 17efc38e35
commit 76a564df2e
4 changed files with 1 additions and 22 deletions

View File

@ -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;
}