GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd60f23
)
even more useless logs
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 17:11:24 +0000
(20:11 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Thu, 7 Apr 2016 17:11:24 +0000
(20:11 +0300)
src/engine/e_sound_sdl.inc
patch
|
blob
|
history
diff --git
a/src/engine/e_sound_sdl.inc
b/src/engine/e_sound_sdl.inc
index 654969e8ccd4a75335f910ab09e70e207ffb1d91..ce644a70a77c70f10a23deaf6d654544beefd43a 100644
(file)
--- a/
src/engine/e_sound_sdl.inc
+++ b/
src/engine/e_sound_sdl.inc
@@
-192,6
+192,10
@@
begin
begin
e_WriteLog(Format('SDL: chunk decoder %s is avalable', [Mix_GetChunkDecoder(i)]), MSG_NOTIFY);
end;
+ for i := 0 to Mix_GetNumMusicDecoders()-1 do
+ begin
+ e_WriteLog(Format('SDL: music decoder %s is avalable', [Mix_GetMusicDecoder(i)]), MSG_NOTIFY);
+ end;
Mix_AllocateChannels(N_CHANNELS);
Mix_ChannelFinished(chanFinished);
DEADSOFTWARE 2012-2025