mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-16 10:09:43 +00:00
wall optimization option (-wallopt): do not draw things behind walls
This commit is contained in:
@@ -1064,6 +1064,9 @@ int readArgs() {
|
||||
shift_arg_formula(shift_angle);
|
||||
shift_arg_formula(movement_angle);
|
||||
}
|
||||
else if(argis("-wallopt")) {
|
||||
wallopt = true;
|
||||
}
|
||||
else if(argis("-animpar")) {
|
||||
ma = maParabolic;
|
||||
shift_arg_formula(parabolic_length);
|
||||
|
||||
Reference in New Issue
Block a user