1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

map no longer disappears suddenly and irreparably if you scroll into the invisible region

This commit is contained in:
Zeno Rogue
2018-04-23 13:20:36 +02:00
parent f9b03013c1
commit 70bfe718ef
3 changed files with 4 additions and 1 deletions

View File

@@ -3268,3 +3268,4 @@ ld master_to_c7_angle();
extern int mutantphase;
void resize_screen_to(int x, int y);
extern bool canvas_invisible;
extern cell *pd_from;