mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
highlight mode setting should be saved now
This commit is contained in:
parent
215ed1f338
commit
1da4ce95d9
@ -362,6 +362,7 @@ EX void initConfig() {
|
||||
addsaver(pconf.ballproj, "ballproj", 1);
|
||||
addsaver(vid.monmode, "monster display mode", DEFAULT_MONMODE);
|
||||
addsaver(vid.wallmode, "wall display mode", DEFAULT_WALLMODE);
|
||||
addsaver(vid.highlightmode, "highlightmode");
|
||||
|
||||
addsaver(vid.depth, "3D depth", 1);
|
||||
addsaver(vid.camera, "3D camera level", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user