summaryrefslogtreecommitdiffstats
path: root/src/User.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/User.cpp')
-rw-r--r--src/User.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/User.cpp b/src/User.cpp
index c9ab761d..c9cb97cc 100644
--- a/src/User.cpp
+++ b/src/User.cpp
@@ -31,7 +31,7 @@ void COnscreenTimer::Init() {
}
void COnscreenTimer::Process() {
- if(CReplay::Mode != CReplay::MODE_1 && !m_bDisabled) {
+ if(!CReplay::IsPlayingBack() && !m_bDisabled) {
for(uint32 i = 0; i < NUMONSCREENTIMERENTRIES; i++) {
m_sEntries[i].Process();
}