aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/rdwin.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-08-30 18:06:08 +0000
committerPaweł Kołodziejski2003-08-30 18:06:08 +0000
commita2dad74da12f4d4bd63f79e86d0226c07e16dcc9 (patch)
tree4e3cecef76dcac2467755f8b4e92889a44420988 /sword2/driver/rdwin.cpp
parent890c5cde042ce1fa1cce0c55e6ef7976dc2bbb9a (diff)
downloadscummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.tar.gz
scummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.tar.bz2
scummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.zip
added sfx support, increased speech support, and music code(streaming works fine but you don't hear anything) newStream, and appendStream doesn't work but playRaw works for music
svn-id: r9923
Diffstat (limited to 'sword2/driver/rdwin.cpp')
-rw-r--r--sword2/driver/rdwin.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 299721c9ce..4a4a1ac812 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -19,12 +19,9 @@
#define WIN32_LEAN_AND_MEAN
-//#include <windows.h>
-//#include <windowsx.h>
-#include <stdio.h>
-
#include "common/stdafx.h"
#include "common/engine.h"
+#include "common/timer.h"
#include "driver96.h"
@@ -532,6 +529,7 @@ int32 CloseAppWindow(void)
DestroyWindow(hwnd);
*/
// just quit for now
+ g_engine->_timer->releaseProcedure(sword2_sound_handler);
g_system->quit();
return(RD_OK);