From c0ca592d54813eab02deb3fbb6303f1db4559a3e Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Sat, 31 Mar 2007 18:20:52 +0000 Subject: fixed graphic glitch when playing the floppy intro with spanish subtitles and added a few comments. svn-id: r26333 --- engines/sky/music/gmchannel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sky/music') diff --git a/engines/sky/music/gmchannel.cpp b/engines/sky/music/gmchannel.cpp index 460cea545e..766bd2ff66 100644 --- a/engines/sky/music/gmchannel.cpp +++ b/engines/sky/music/gmchannel.cpp @@ -83,7 +83,6 @@ int32 GmChannel::getNextEventTime(void) { return -1; } else return retV; - } uint8 GmChannel::process(uint16 aktTime) { -- cgit v1.2.3