mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
fake curvature
This commit is contained in:
@@ -745,7 +745,7 @@ EX color_t colorize(cell *c, char whichCanvas) {
|
||||
for(int a=0; a<3; a++) co[a] = i%5, i /= 5;
|
||||
}
|
||||
#endif
|
||||
else if(euclid) {
|
||||
else if(euc::in()) {
|
||||
auto tab = euc::get_ispacemap()[c->master];
|
||||
for(int a=0; a<3; a++) co[a] = tab[a];
|
||||
if(PURE) for(int a=0; a<3; a++) co[a] *= 2;
|
||||
|
Reference in New Issue
Block a user