diff --git a/cell.cpp b/cell.cpp index 20a3cfe0..f60fce7c 100644 --- a/cell.cpp +++ b/cell.cpp @@ -597,8 +597,6 @@ bool randpatternMajority(cell *c, int ival, int iterations) { return memo; } -map spins; - #define RVAL_MASK 0x10000000 #define DATA_MASK 0x20000000 @@ -684,17 +682,6 @@ cdata *getHeptagonCdata(heptagon *h) { setHeptagonRval(hs.at); affect(mydata, hs.spin ? hs.at->rval0 : hs.at->rval1, signum); - - /* if(!(spins[hs.at] & hs.spin)) { - spins[hs.at] |= (1<cdata = new cdata(mydata); diff --git a/game.cpp b/game.cpp index 702b3445..4cf4a61c 100644 --- a/game.cpp +++ b/game.cpp @@ -5600,8 +5600,6 @@ void sageheat(cell *c, double v) { void activateFlashFrom(cell *cf, eMonster who, flagtype flags); -vector nonmovers; - bool sagefresh = true; int nearestPathPlayer(cell *c) {