X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fsound.c;h=4a4077d5744ec18e6649b60151358a44baa3c200;hp=2fe510b4115479f815d32e3a4d347df286dc9989;hb=de05b18ef2a99168b0a1a8a921a4b18ec7023833;hpb=4402c26ec7a3554069c214a648de5130cce3493b diff --git a/src/sound.c b/src/sound.c index 2fe510b..4a4077d 100644 --- a/src/sound.c +++ b/src/sound.c @@ -38,6 +38,7 @@ static struct { } chunks[NUM_CHUNKS]; void S_init (void) { + logo("S_init: настройка звука\n"); if (!SDL_WasInit(SDL_INIT_AUDIO)) { if (SDL_InitSubSystem(SDL_INIT_AUDIO) < 0) { fprintf(stderr, "\nUnable to initialize audio: %s\n", SDL_GetError());