mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
cli option dmc
This commit is contained in:
@@ -2690,6 +2690,10 @@ EX int read_config_args() {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = eNeon(argi());
|
||||
}
|
||||
else if(argis("-dmc")) {
|
||||
PHASEFROM(2);
|
||||
shift(); vid.drawmousecircle = argi();
|
||||
}
|
||||
else if(argis("-smooths")) {
|
||||
PHASEFROM(2);
|
||||
shift(); smooth_scrolling = argi();
|
||||
|
Reference in New Issue
Block a user