projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906d441
)
added sound loop debug output (deactivated)
author
Holger Schemel
<info@artsoft.org>
Sun, 12 Mar 2023 13:00:54 +0000
(14:00 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 12 Mar 2023 13:00:54 +0000
(14:00 +0100)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 8bc67e849c2a93ab809054a02e8083d3ccbbb654..6605186c42351afa7c5ae78eb7a467834390361b 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-2279,6
+2279,11
@@
static void InitSoundInfo(void)
}
set_sound_parameters(i, sound->parameter);
+
+#if 0
+ Debug("init:InitSoundInfo", "loop mode: %d ['%s']",
+ sound_info[i].loop, sound->token);
+#endif
}
free(sound_effect_properties);