in non-fake 2.5D the raycaster is disabled by default

This commit is contained in:
Zeno Rogue 2022-03-27 19:14:57 +02:00
parent 14ed4b7603
commit b79280e423
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}