mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
bringris fix
This commit is contained in:
parent
7d13a593e9
commit
2e236be695
@ -1745,8 +1745,10 @@ int args() {
|
|||||||
enable_bgeom(argi());
|
enable_bgeom(argi());
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(argis("-bringris"))
|
else if(argis("-bringris")) {
|
||||||
|
PHASEFROM(2);
|
||||||
init_all();
|
init_all();
|
||||||
|
}
|
||||||
|
|
||||||
else if(argis("-ray-off"))
|
else if(argis("-ray-off"))
|
||||||
use_raycaster = false;
|
use_raycaster = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user