mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-17 02:29:44 +00:00
renamed gSL2 to gRotSpace
This commit is contained in:
@@ -1161,7 +1161,7 @@ EX void set_geometry(eGeometry target) {
|
||||
int old_DIM = GDIM;
|
||||
stop_game();
|
||||
ors::reset();
|
||||
if(among(target, gProduct, gSL2)) hybrid::configure(target);
|
||||
if(among(target, gProduct, gRotSpace)) hybrid::configure(target);
|
||||
geometry = target;
|
||||
|
||||
if(chaosmode && bounded) chaosmode = false;
|
||||
|
||||
Reference in New Issue
Block a user