1
0
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:
Zeno Rogue
2019-08-27 09:18:21 +02:00
parent c33c79a902
commit 2e066c106c
6 changed files with 12 additions and 12 deletions

View File

@@ -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;