From 96cb6c51ea21f2db0627bfb607548e53680a3560 Mon Sep 17 00:00:00 2001 From: NovaRain Date: Mon, 1 Oct 2018 21:10:21 +0800 Subject: [PATCH] Updated version number. --- artifacts/ddraw.ini | 2 +- sfall/Modules/Movies.cpp | 3 --- sfall/version.h | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/artifacts/ddraw.ini b/artifacts/ddraw.ini index 4df39db8..06250ecb 100644 --- a/artifacts/ddraw.ini +++ b/artifacts/ddraw.ini @@ -1,5 +1,5 @@ ;sfall configuration settings -;v4.1 +;v4.1.1 [Main] ;Change to 1 if you want to use command line args to tell sfall to use another ini file. diff --git a/sfall/Modules/Movies.cpp b/sfall/Modules/Movies.cpp index 6cb02066..92be4bfe 100644 --- a/sfall/Modules/Movies.cpp +++ b/sfall/Modules/Movies.cpp @@ -426,7 +426,6 @@ LRESULT CALLBACK SoundWndProc(HWND wnd, UINT msg, WPARAM w, LPARAM l) { return DefWindowProc(wnd, msg, w, l); } - static void CreateSndWnd() { dlog("Creating sfall sound windows.", DL_INIT); if (Graphics::mode == 0) CoInitialize(0); @@ -504,8 +503,6 @@ static bool IsMute(bool type) { return (value == 0); } - - static sDSSound* PlayingSound(wchar_t* path, bool loop) { if (!soundwindow) CreateSndWnd(); if (IsMute(loop)) return nullptr; diff --git a/sfall/version.h b/sfall/version.h index 445e81b9..c315d970 100644 --- a/sfall/version.h +++ b/sfall/version.h @@ -24,10 +24,10 @@ #define VERSION_MAJOR 4 #define VERSION_MINOR 1 -#define VERSION_BUILD 0 +#define VERSION_BUILD 1 #define VERSION_REV 0 -#define VERSION_STRING "4.1.0" +#define VERSION_STRING "4.1.1" #define CHECK_VAL (4)