diff --git a/raycaster.cpp b/raycaster.cpp index 0bcf9a0a..5deaa17b 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -94,6 +94,7 @@ EX bool requested() { #endif if(!available()) return false; if(want_use == 2) return true; + if(rotspace) return false; // not very good return racing::on || quotient || fake::in(); }