mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-01 11:19:43 +00:00
introduced new CAP, CAP_PORTALS
This commit is contained in:
@@ -3460,7 +3460,7 @@ EX void shift_view(hyperpoint H, eShiftMethod sm IS(shift_method(smaManualCamera
|
||||
static bool recursive = false;
|
||||
if(!recursive && intra::in) {
|
||||
dynamicval<bool> r(recursive, true);
|
||||
#if MAXMDIM >= 4 && CAP_RAY
|
||||
#if CAP_PORTALS
|
||||
intra::shift_view_portal(H);
|
||||
#endif
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user