diff options
Diffstat (limited to 'insane.cpp')
-rw-r--r-- | insane.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/insane.cpp b/insane.cpp index 5b35f509c9..fb5ec38349 100644 --- a/insane.cpp +++ b/insane.cpp @@ -41,9 +41,8 @@ SmushPlayer::SmushPlayer(Scumm * parent) { SmushPlayer::~SmushPlayer() { } -static int smush_handler (int t) { +static void smush_handler (Scumm * _scumm) { h_sp->update(); - return t; } byte * SmushPlayer::loadTres() { |