mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-29 20:11:23 +00:00
asonov:: changed direct checking of gArnoldCat to asonov::in()
This commit is contained in:
@@ -132,7 +132,7 @@ void enable_raycaster() {
|
||||
last_geometry = geometry;
|
||||
deg = S7; if(prod) deg += 2;
|
||||
if(!our_raycaster) {
|
||||
bool asonov = geometry == gArnoldCat;
|
||||
bool asonov = hr::asonov::in();
|
||||
bool use_reflect = reflect_val && !nil && !levellines && !asonov;
|
||||
|
||||
string vsh =
|
||||
|
||||
Reference in New Issue
Block a user