mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
replaced 'archimedean' with 'arcm::in()'
This commit is contained in:
@@ -1014,7 +1014,7 @@ bool texture_config::save() {
|
||||
cell *ctr = centerover;
|
||||
si_save = patterns::getpatterninfo0(ctr);
|
||||
|
||||
if(archimedean) csymbol = arcm::current.symbol;
|
||||
if(arcm::in()) csymbol = arcm::current.symbol;
|
||||
else csymbol = "";
|
||||
|
||||
for(auto s: texturesavers) if(s->dosave())
|
||||
|
Reference in New Issue
Block a user