mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
improved hypcity settings
This commit is contained in:
@@ -125,7 +125,8 @@ auto hypcity_ah = arg::add3("-hypcity", enable)
|
||||
}
|
||||
setCanvas(mode, '0');
|
||||
if(mode == pmStart) {
|
||||
// slide_backup(canvas_default_wall, waInvisibleFloor);
|
||||
slide_backup(canvas_default_wall, waInvisibleFloor);
|
||||
slide_backup(smooth_scrolling, 1);
|
||||
if(dim == 2) slide_backup(vid.camera, 0);
|
||||
if(dim == 2) slide_backup(vid.depth, 0);
|
||||
slide_backup(context_fog, false);
|
||||
|
Reference in New Issue
Block a user