mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
removed BUILDZEBRA from drawcell
This commit is contained in:
@@ -444,5 +444,17 @@ void buildAutomatonRule(cell *c) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
to drawcell:
|
||||
if(c->type == 6 && c->tmp > 0) {
|
||||
int i = c->tmp;
|
||||
zebra(cellwalker(c, i&15), 1, i>>4, "", 0);
|
||||
}
|
||||
|
||||
c->item = eItem(c->heat / 4);
|
||||
buildAutomatonRule(c);
|
||||
#endif
|
||||
*/
|
||||
|
||||
// #define BUILDZEBRA
|
||||
}
|
||||
|
Reference in New Issue
Block a user