summaryrefslogtreecommitdiff
path: root/src/control
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-12-19 14:33:22 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2020-12-19 14:33:22 +0300
commit76a564df2e2d2aff4015d7eb430e8193208dc04a (patch)
tree2da1673da0000182f9cce01ad3e260e6c2b6c4f7 /src/control
parent17efc38e35a37bd26d7784f4dc31b6cbd897e7f0 (diff)
fixed review stuff
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Record.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/control/Record.cpp b/src/control/Record.cpp
index d3e48647..9b4a21fc 100644
--- a/src/control/Record.cpp
+++ b/src/control/Record.cpp
@@ -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;
}