mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 10:47:02 +00:00
yet one more CAP_VR guard
This commit is contained in:
parent
7bf88916fd
commit
040310eec4
@ -78,8 +78,10 @@ EX bool is_stepbased() {
|
||||
|
||||
ld& maxstep_current() {
|
||||
if(sn::in() || stretch::in()) return maxstep_sol;
|
||||
#if CAP_VR
|
||||
if(vrhr::active() && vrhr::eyes == vrhr::eEyes::equidistant)
|
||||
return maxstep_pro;
|
||||
#endif
|
||||
return maxstep_nil;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user