mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
changed default SDL version to 1.2
This commit is contained in:
@@ -34,7 +34,7 @@ string libs;
|
||||
int batch_size = thread::hardware_concurrency() + 1;
|
||||
bool mingw64 = false;
|
||||
|
||||
int sdlver = 2;
|
||||
int sdlver = 1;
|
||||
|
||||
#if defined(MAC)
|
||||
string os = "mac";
|
||||
|
@@ -122,7 +122,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef CAP_SDL2
|
||||
#define CAP_SDL2 1
|
||||
#define CAP_SDL2 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_COMPASS
|
||||
|
Reference in New Issue
Block a user