diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 01:56:20 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 01:56:20 +0100 |
commit | 8d3864a4e5830785bf7721cce5896fa7dc7e96d5 (patch) | |
tree | 61c9adf30e877caff275da5d581c0d1089143ba6 /src/control/Record.h | |
parent | Fix wrong define (diff) | |
download | re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar.gz re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar.bz2 re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar.lz re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar.xz re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.tar.zst re3-8d3864a4e5830785bf7721cce5896fa7dc7e96d5.zip |
Diffstat (limited to 'src/control/Record.h')
-rw-r--r-- | src/control/Record.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/Record.h b/src/control/Record.h index 8b55b1f4..6a94c408 100644 --- a/src/control/Record.h +++ b/src/control/Record.h @@ -57,9 +57,7 @@ public: static void RestoreInfoForMatrix(CMatrix&, CCarStateEachFrame*); static void RestoreInfoForCar(CAutomobile*, CCarStateEachFrame*, bool); static void ProcessControlCars(void); -#if (defined(GTA_PS2) || defined(FIX_BUGS)) static bool ShouldThisPadBeLeftAlone(uint8 pad); -#endif static void GiveUsACar(int32, CVector, float, CAutomobile**, uint8, uint8); static void StartChaseScene(float); static void CleanUpChaseScene(void); |