mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-28 21:41:19 +00:00
no more crash when saving config in arcm
This commit is contained in:
@@ -508,6 +508,8 @@ EX void initConfig() {
|
||||
addsaverenum(models::basic_model, "basic model");
|
||||
addsaver(models::use_atan, "use_atan");
|
||||
|
||||
addsaver(arcm::current.symbol, "arcm-symbol", "4^5");
|
||||
|
||||
for(int i=0; i<isize(ginf); i++) {
|
||||
if(ginf[i].flags & qELLIPTIC)
|
||||
sightranges[i] = M_PI;
|
||||
|
||||
Reference in New Issue
Block a user