diff options
author | Max Horn | 2009-02-15 14:52:52 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 14:52:52 +0000 |
commit | 3ea3141e9091e349b6dbcd4b6a79ceba5f62e14f (patch) | |
tree | 9f87c3e65598c9b596d376b7b68a2987e0a5f96a /engines/sci/sfx/timer | |
parent | aa3f10b2fdabd123c08354131949f7920399df70 (diff) | |
download | scummvm-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.cpp | 4 |
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 }; |