summaryrefslogtreecommitdiff
path: root/psdl.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-07-06 22:43:23 +0200
committerGravatar waker <wakeroid@gmail.com>2009-07-06 22:49:04 +0200
commit55cba1db948c3d6650a0d4162ffcd09ca73fe3a1 (patch)
tree534751d06881215854a7b15192983b5897e34c32 /psdl.c
parent02ed1cff137002904fb1d1413315769a7b7083d8 (diff)
added GME support ; added subtune support
Diffstat (limited to 'psdl.c')
-rw-r--r--psdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psdl.c b/psdl.c
index af98654e..0f3b910e 100644
--- a/psdl.c
+++ b/psdl.c
@@ -84,7 +84,7 @@ psdl_play (struct playItem_s *it) {
}
codec = it->codec;
sdl_eof = 0;
- if (codec->init (it->fname)) {
+ if (codec->init (it->fname, it->tracknum, it->timestart, it->timeend)) {
return -1;
}
SDL_PauseAudio (0);