aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/music
diff options
context:
space:
mode:
authorRobert Göffringmann2007-03-31 18:20:52 +0000
committerRobert Göffringmann2007-03-31 18:20:52 +0000
commitc0ca592d54813eab02deb3fbb6303f1db4559a3e (patch)
treef27a865f88e6989c024644cbaa207b69ab8fe8d8 /engines/sky/music
parent375c63f7bc87c74f5ce34f7d90b8922ded861b39 (diff)
downloadscummvm-rg350-c0ca592d54813eab02deb3fbb6303f1db4559a3e.tar.gz
scummvm-rg350-c0ca592d54813eab02deb3fbb6303f1db4559a3e.tar.bz2
scummvm-rg350-c0ca592d54813eab02deb3fbb6303f1db4559a3e.zip
fixed graphic glitch when playing the floppy intro with spanish subtitles and added a few comments.
svn-id: r26333
Diffstat (limited to 'engines/sky/music')
-rw-r--r--engines/sky/music/gmchannel.cpp1
1 files changed, 0 insertions, 1 deletions
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) {