1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-14 09:09:43 +00:00

more header cleanup

This commit is contained in:
Zeno Rogue
2019-08-09 22:37:11 +02:00
parent a423dbd2da
commit e1194ff588
14 changed files with 164 additions and 299 deletions

View File

@@ -7838,7 +7838,7 @@ auto graphcm = addHook(clearmemory, 0, [] () {
array<map<cell*, animation>, ANIMLAYERS> animations;
int revhint(cell *c, int hint) {
EX int revhint(cell *c, int hint) {
if(hint >= 0 && hint < c->type) return c->c.spin(hint);
else return hint;
}