aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/timer
diff options
context:
space:
mode:
authorMax Horn2009-02-15 14:52:52 +0000
committerMax Horn2009-02-15 14:52:52 +0000
commit3ea3141e9091e349b6dbcd4b6a79ceba5f62e14f (patch)
tree9f87c3e65598c9b596d376b7b68a2987e0a5f96a /engines/sci/sfx/timer
parentaa3f10b2fdabd123c08354131949f7920399df70 (diff)
downloadscummvm-rg350-3ea3141e9091e349b6dbcd4b6a79ceba5f62e14f.tar.gz
scummvm-rg350-3ea3141e9091e349b6dbcd4b6a79ceba5f62e14f.tar.bz2
scummvm-rg350-3ea3141e9091e349b6dbcd4b6a79ceba5f62e14f.zip
Some more warning fixes
svn-id: r38248
Diffstat (limited to 'engines/sci/sfx/timer')
-rw-r--r--engines/sci/sfx/timer/timer_scummvm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sci/sfx/timer/timer_scummvm.cpp b/engines/sci/sfx/timer/timer_scummvm.cpp
index c7d225e80c..80fc309d1d 100644
--- a/engines/sci/sfx/timer/timer_scummvm.cpp
+++ b/engines/sci/sfx/timer/timer_scummvm.cpp
@@ -48,5 +48,7 @@ sfx_timer_t sfx_timer_scummvm = {
DELAY/1000, 0,
NULL,
&scummvm_timer_start,
- &scummvm_timer_stop
+ &scummvm_timer_stop,
+ 0,
+ 0
};