mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz:: reset compass
This commit is contained in:
parent
38099bd7cb
commit
224376e234
@ -45,6 +45,11 @@ bool known;
|
||||
|
||||
int zeroticks;
|
||||
|
||||
void reset() {
|
||||
known = false;
|
||||
shapes.clear();
|
||||
}
|
||||
|
||||
bool draw_compass(cell *c, const shiftmatrix& V) {
|
||||
|
||||
if(!known) {
|
||||
|
Loading…
Reference in New Issue
Block a user