mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-24 04:17:03 +00:00
in non-fake 2.5D the raycaster is disabled by default
This commit is contained in:
parent
14ed4b7603
commit
b79280e423
@ -156,6 +156,7 @@ EX bool requested() {
|
||||
if(!available()) return false;
|
||||
if(want_use == 2) return true;
|
||||
if(rotspace) return false; // not very good
|
||||
if(WDIM == 2) return false; // not very good
|
||||
return racing::on || quotient || fake::in();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user