mirror of
https://github.com/halpz/re3.git
synced 2025-07-01 14:06:22 +00:00
fixed review stuff
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user