From 7377ea0a09a7691451e8c00e9a027ccfabeb2a06 Mon Sep 17 00:00:00 2001 From: Kreeblah Date: Wed, 30 Mar 2022 13:53:23 -0700 Subject: [PATCH] Fixed SDL2 and OpenAL references (#78) * Fixed SDL2 and OpenAL references * Revert OpenAL changes --- BBGE/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBGE/Core.cpp b/BBGE/Core.cpp index 2e3be81..61b2f69 100644 --- a/BBGE/Core.cpp +++ b/BBGE/Core.cpp @@ -67,7 +67,7 @@ Core *core = 0; HICON icon_windows = 0; #endif -#ifndef KMOD_GUI +#if !defined KMOD_GUI && !SDL_VERSION_ATLEAST(2, 0, 14) #define KMOD_GUI KMOD_META #endif