From 35d305ce64a702d1d34fd5a5c0a5ddb7c1cf40c2 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Sat, 27 Apr 2002 07:42:14 +0000 Subject: MP3 CD tracks should now be working properly. Ludde, maybe you should check if Simon is still working OK as now the change of the sound playing handle is 'asynchronous' (ie if you call 'stop' on a sound, the handle will NOT be put to NULL right away, but at the next 'mix' thread call). Maybe we should completely remove this handle stuff and always use instead the index returned by the 'play_XXX' functions. svn-id: r4101 --- gfx.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'gfx.cpp') diff --git a/gfx.cpp b/gfx.cpp index 9df61625a8..7b8f24a778 100644 --- a/gfx.cpp +++ b/gfx.cpp @@ -208,7 +208,6 @@ void Gdi::drawStripToScreen(VirtScreen * vs, int x, int w, int t, int b) { byte *ptr; int scrollY; - int width = w; int height; height = b - t; -- cgit v1.2.3