X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=aae262f58332f4479498f562389b9ec9f6a7b9e4;hb=7f44b998d7a52222429d0794d3ec1713f37a7f47;hp=8bc67e849c2a93ab809054a02e8083d3ccbbb654;hpb=75bc7c4024af3aba122923f2341d0b29f67c7a6d;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 8bc67e84..aae262f5 100644 --- 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); @@ -5484,7 +5489,6 @@ static void InitSetup(void) static void InitGameInfo(void) { game.restart_level = FALSE; - game.restart_game_message = NULL; game.request_active = FALSE; game.request_active_or_moving = FALSE;