mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
ray:: in berger sphere can be disabled
This commit is contained in:
parent
c25e120c13
commit
fbe0df9814
@ -87,8 +87,8 @@ EX bool available() {
|
|||||||
/** do we want to use the raycaster? */
|
/** do we want to use the raycaster? */
|
||||||
EX bool requested() {
|
EX bool requested() {
|
||||||
if(cgflags & qRAYONLY) return true;
|
if(cgflags & qRAYONLY) return true;
|
||||||
if(stretch::in() && sphere) return true;
|
|
||||||
if(!want_use) return false;
|
if(!want_use) return false;
|
||||||
|
if(stretch::in() && sphere) return true;
|
||||||
#if CAP_TEXTURE
|
#if CAP_TEXTURE
|
||||||
if(texture::config.tstate == texture::tsActive) return false;
|
if(texture::config.tstate == texture::tsActive) return false;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user