mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-22 09:11:22 +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";
|
||||
|
||||
Reference in New Issue
Block a user