1
0
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:
Zeno Rogue
2025-08-22 16:38:43 +02:00
parent b191d301c0
commit 33e6e112d3

View File

@@ -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);