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

fixed reset and auto centering

This commit is contained in:
Zeno Rogue
2022-12-17 17:37:26 +01:00
parent b2f9038cd4
commit 5f645f2f25
3 changed files with 41 additions and 34 deletions

View File

@@ -5907,10 +5907,7 @@ EX void restartGraph() {
DEBBI(DF_INIT, ("restartGraph"));
if(!autocheat) linepatterns::clearAll();
if(currentmap) {
resetview();
View = inverse(View);
}
if(currentmap) resetview();
}
EX void clearAnimations() {