Fixed SDL2 and OpenAL references (#78)

* Fixed SDL2 and OpenAL references

* Revert OpenAL changes
This commit is contained in:
Kreeblah 2022-03-30 13:53:23 -07:00 committed by GitHub
parent c37f6ea6d8
commit 7377ea0a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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