1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 09:26:52 +00:00

rogueviz:: reset compass

This commit is contained in:
Zeno Rogue 2022-06-23 09:44:15 +02:00
parent 38099bd7cb
commit 224376e234

View File

@ -45,6 +45,11 @@ bool known;
int zeroticks; int zeroticks;
void reset() {
known = false;
shapes.clear();
}
bool draw_compass(cell *c, const shiftmatrix& V) { bool draw_compass(cell *c, const shiftmatrix& V) {
if(!known) { if(!known) {