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"