rewritten undo: part 1

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:10 +01:00
parent eb15070ac4
commit e564622a48
17 changed files with 428 additions and 400 deletions
-3
View File
@@ -8,9 +8,6 @@
#include "hyper.h"
namespace hr {
/** offscreen cells to take care off */
EX vector<cell*> offscreen;
EX void initcell(cell *c) {
c->mpdist = INFD; // minimum distance from the player, ever
c->cpdist = INFD; // current distance from the player