mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
changed default SDL version to 1.2
This commit is contained in:
parent
77e673f6f1
commit
9e8a325cc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user