mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
rogueviz:: fixed a crash in hypcity
This commit is contained in:
@@ -137,6 +137,7 @@ auto hypcity_ah = arg::add3("-hypcity", enable)
|
|||||||
if(dim == 2) slide_backup(vid.depth, 0);
|
if(dim == 2) slide_backup(vid.depth, 0);
|
||||||
slide_backup(context_fog, false);
|
slide_backup(context_fog, false);
|
||||||
setter();
|
setter();
|
||||||
|
mouseover = nullptr;
|
||||||
});
|
});
|
||||||
if(mode == pmStart) enable();
|
if(mode == pmStart) enable();
|
||||||
non_game_slide_scroll(mode);
|
non_game_slide_scroll(mode);
|
||||||
|
Reference in New Issue
Block a user