mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
tour:: reverted restore_all on GeometryReset
This commit is contained in:
parent
21f151cadb
commit
088aff457c
2
tour.cpp
2
tour.cpp
@ -106,8 +106,6 @@ EX void setCanvas(presmode mode, char canv) {
|
|||||||
start_game();
|
start_game();
|
||||||
resetview();
|
resetview();
|
||||||
}
|
}
|
||||||
if(mode == pmGeometryReset)
|
|
||||||
slide_restore_all();
|
|
||||||
if(mode == pmStop) {
|
if(mode == pmStop) {
|
||||||
gamestack::pop();
|
gamestack::pop();
|
||||||
slide_restore_all();
|
slide_restore_all();
|
||||||
|
Loading…
Reference in New Issue
Block a user