aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2009-02-15 12:23:54 +0000
committerEugene Sandulenko2009-02-15 12:23:54 +0000
commit8b34730107184afd28b6845aa5fc6ef89469c645 (patch)
tree53b229e4dccd38e360276e0c5340a9de6bc538cb /engines
parent25ddb004360a332ee1d362e5b34286d97242bc68 (diff)
downloadscummvm-rg350-8b34730107184afd28b6845aa5fc6ef89469c645.tar.gz
scummvm-rg350-8b34730107184afd28b6845aa5fc6ef89469c645.tar.bz2
scummvm-rg350-8b34730107184afd28b6845aa5fc6ef89469c645.zip
Make MSVC happy and rename timer/scummvm.cpp to timer/timer_scummvm.cpp
svn-id: r38231
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