2d3d:: colored rose scent

This commit is contained in:
Zeno Rogue 2019-05-10 02:41:14 +02:00
parent f2b0f33496
commit 684480ccaf
1 changed files with 1 additions and 1 deletions

View File

@ -3521,7 +3521,7 @@ void setcolors(cell *c, color_t& wcol, color_t& fcol) {
fcol = wcol;
} */
if(DIM == 2) {
if(GDIM == 2) {
int rd = rosedist(c);
if(rd == 1)
wcol = gradient(0x804060, wcol, 0,1,3),