diff --git a/raycaster.cpp b/raycaster.cpp index e9d489ae..55cb3d92 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -1682,6 +1682,10 @@ EX void reset_raycaster() { rots::saved_matrices_ray = {}; } +EX void reset_raycaster_map() { + rmap = nullptr; + } + EX void cast() { // may call itself recursively in case of bugs -- just in case... dynamicval dn(nesting, nesting+1);