summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-12-19 12:33:22 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-12-19 12:33:22 +0100
commit76a564df2e2d2aff4015d7eb430e8193208dc04a (patch)
tree2da1673da0000182f9cce01ad3e260e6c2b6c4f7 /src/control
parentremoved cullzones stuff from renderer (diff)
downloadre3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.gz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.bz2
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.lz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.xz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.zst
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.zip
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;
}