diff options
author | aap <aap@papnet.eu> | 2020-03-29 16:27:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 16:27:42 +0200 |
commit | 82dcc34296465df07a89d081f40c60a6c7424400 (patch) | |
tree | 40252c18f35d0aec836a4cbf44b3ff1823524470 /src/core/Timer.cpp | |
parent | Merge pull request #368 from aap/master (diff) | |
parent | Wrappers cleanup (diff) | |
download | re3-82dcc34296465df07a89d081f40c60a6c7424400.tar re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.gz re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.bz2 re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.lz re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.xz re3-82dcc34296465df07a89d081f40c60a6c7424400.tar.zst re3-82dcc34296465df07a89d081f40c60a6c7424400.zip |
Diffstat (limited to 'src/core/Timer.cpp')
-rw-r--r-- | src/core/Timer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Timer.cpp b/src/core/Timer.cpp index bcf84560..a46e1d8b 100644 --- a/src/core/Timer.cpp +++ b/src/core/Timer.cpp @@ -75,9 +75,6 @@ void CTimer::Shutdown(void) ; } -#if 0 -WRAPPER void CTimer::Update(void) { EAXJMP(0x4ACF70); } -#else void CTimer::Update(void) { m_snPreviousTimeInMilliseconds = m_snTimeInMilliseconds; @@ -149,7 +146,6 @@ void CTimer::Update(void) m_FrameCounter++; } -#endif void CTimer::Suspend(void) { |