1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00

instead of nonbitrunc, gp::on and irr::on, there is one variable, variation

This commit is contained in:
Zeno Rogue
2018-08-28 17:17:34 +02:00
parent 1af2c04407
commit 6de0f0a8aa
43 changed files with 691 additions and 678 deletions

View File

@@ -39,7 +39,7 @@ void initAll() {
initgraph();
#if CAP_SAVE
loadsave();
if(irr::on) irr::auto_creator();
if(IRREGULAR) irr::auto_creator();
#endif
start_game();