mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
ray:: changed #if to #ifdef
This commit is contained in:
parent
9f14389489
commit
1890381c0e
@ -27,7 +27,7 @@ EX ld exp_start = 1;
|
||||
EX ld exp_decay_exp = 4;
|
||||
EX ld exp_decay_poly = 10;
|
||||
|
||||
#if GLES_ONLY
|
||||
#ifdef GLES_ONLY
|
||||
const int gms_limit = 16; /* enough for Bringris -- need to do better */
|
||||
#else
|
||||
const int gms_limit = 110;
|
||||
|
Loading…
Reference in New Issue
Block a user