From 5965a622b573e6e25f859c78a7ed60ec6f2e7a49 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 22 Apr 2019 14:46:33 +0200 Subject: [PATCH] rogueviz:: dftcolor is now colorpair, not int --- rogueviz.cpp | 7 ++++--- rogueviz.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rogueviz.cpp b/rogueviz.cpp index bdcc549d..eb29029d 100644 --- a/rogueviz.cpp +++ b/rogueviz.cpp @@ -220,7 +220,7 @@ void storeall(int from) { vdata[i].m->store(); } -int dftcolor = 0x282828FF; +colorpair dftcolor = 0x282828FF; namespace spiral { @@ -1461,7 +1461,8 @@ void drawExtra() { bool draw = true; for(int i=0; isecond, shDisk, dftcolor, PPR::LINE); + queuedisk(it->second, dftcolor, false, NULL); + // queuepolyat(it->second, shDisk, dftcolor., PPR::LINE); } for(int i=0; i