aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/module.mk2
-rw-r--r--engines/sci/sfx/timer/timer_scummvm.cpp (renamed from engines/sci/sfx/timer/scummvm.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index 4984e6c4e1..46e4c14a1b 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -88,7 +88,7 @@ MODULE_OBJS = \
sfx/softseq/pcspeaker.o \
sfx/softseq/SN76496.o \
sfx/softseq/softsequencers.o \
- sfx/timer/scummvm.o \
+ sfx/timer/timer_scummvm.o \
sfx/timer/timers.o
# FIXME: The following is supposed to be a set of *temporary* hacks
diff --git a/engines/sci/sfx/timer/scummvm.cpp b/engines/sci/sfx/timer/timer_scummvm.cpp
index c7d225e80c..c7d225e80c 100644
--- a/engines/sci/sfx/timer/scummvm.cpp
+++ b/engines/sci/sfx/timer/timer_scummvm.cpp