mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
in non-fake 2.5D the raycaster is disabled by default
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user