1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-31 19:36:16 +00:00

bringris fix

This commit is contained in:
Zeno Rogue 2020-11-02 17:00:40 +01:00
parent 7d13a593e9
commit 2e236be695

View File

@ -1745,8 +1745,10 @@ int args() {
enable_bgeom(argi());
}
else if(argis("-bringris"))
else if(argis("-bringris")) {
PHASEFROM(2);
init_all();
}
else if(argis("-ray-off"))
use_raycaster = false;