From 8238feba75df95be36ffe3ee5254da60dd6d50ee Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Fri, 11 Aug 2017 21:31:23 +1000 Subject: [PATCH] Squash annoying message from openal on quit --- internal/c/parts/audio/out/src/ALc.c | 2 +- source/global/version.bas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/c/parts/audio/out/src/ALc.c b/internal/c/parts/audio/out/src/ALc.c index 9fab78f8f..13e0b356f 100644 --- a/internal/c/parts/audio/out/src/ALc.c +++ b/internal/c/parts/audio/out/src/ALc.c @@ -1498,7 +1498,7 @@ static ALCvoid FreeContext(ALCcontext *context) if(context->SourceMap.size > 0) { - ERR("(%p) Deleting %d Source(s)\n", context, context->SourceMap.size); +// ERR("(%p) Deleting %d Source(s)\n", context, context->SourceMap.size); ReleaseALSources(context); } ResetUIntMap(&context->SourceMap); diff --git a/source/global/version.bas b/source/global/version.bas index a8362c53b..8687f0d0e 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -4,4 +4,4 @@ DIM SHARED AutoBuildMsg AS STRING Version$ = "1.1" 'BuildNum format is YYYYMMDD/id, where id is a ever-increasing 'integer. If you make a change, update the date and increase the id! -BuildNum$ = "20170804/59" +BuildNum$ = "20170811/60"