mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 04:13:03 +00:00
hybrid:: refactored the common parts of prod and sl2, also used them when applicable
This commit is contained in:
@@ -511,7 +511,7 @@ EX void initConfig() {
|
||||
addsaver(models::use_atan, "use_atan");
|
||||
|
||||
addsaver(arcm::current.symbol, "arcm-symbol", "4^5");
|
||||
addsaverenum(product::underlying, "product-underlying");
|
||||
addsaverenum(hybrid::underlying, "product-underlying");
|
||||
|
||||
for(int i=0; i<isize(ginf); i++) {
|
||||
if(ginf[i].flags & qELLIPTIC)
|
||||
|
||||
Reference in New Issue
Block a user