aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/timer.cpp')
-rw-r--r--engines/sci/sfx/timer.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/sci/sfx/timer.cpp b/engines/sci/sfx/timer.cpp
index beb57aef6b..4c62502384 100644
--- a/engines/sci/sfx/timer.cpp
+++ b/engines/sci/sfx/timer.cpp
@@ -43,12 +43,7 @@ int scummvm_timer_stop() {
sfx_timer_t sfx_timer_scummvm = {
- "ScummVM",
- "0.1",
- DELAY / 1000, 0,
- NULL,
+ DELAY / 1000,
&scummvm_timer_start,
- &scummvm_timer_stop,
- 0,
- 0
+ &scummvm_timer_stop
};