diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-23 20:14:16 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-23 20:14:16 +0200 |
commit | 88b6168f1c8af531efa3db6a02752f1674d2ee60 (patch) | |
tree | 39a2c877a44b6eac8b5fd3238a82e636c5eaadfe /src/core | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
parent | cranes fix (diff) | |
download | re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.gz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.bz2 re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.lz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.xz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.zst re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Timer.h | 2 | ||||
-rw-r--r-- | src/core/config.h | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h index 004cda4d..e7b6fec8 100644 --- a/src/core/Timer.h +++ b/src/core/Timer.h @@ -58,7 +58,7 @@ public: friend bool GenericSave(int file); #ifdef FIX_BUGS - static float GetDefaultTimeStep(void) { return 5.0f / 3.0f; } + static float GetDefaultTimeStep(void) { return 50.0f / 30.0f; } static float GetTimeStepFix(void) { return GetTimeStep() / GetDefaultTimeStep(); } #endif }; diff --git a/src/core/config.h b/src/core/config.h index f0025dfa..294dafbc 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -199,11 +199,6 @@ enum Config { #define USE_TXD_CDIMAGE // generate and load textures from txd.img #define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number //#define USE_TEXTURE_POOL -#ifdef _WIN32 -#define AUDIO_MSS -#else -#define AUDIO_OAL -#endif #ifdef DEBUGMENU #define RELOADABLES // some debug menu options to reload TXD files #endif |