mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
ray:: added reset_raycaster_map() function
This commit is contained in:
parent
6e94d7346e
commit
1d2b0cf245
@ -1682,6 +1682,10 @@ EX void reset_raycaster() {
|
|||||||
rots::saved_matrices_ray = {};
|
rots::saved_matrices_ray = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EX void reset_raycaster_map() {
|
||||||
|
rmap = nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
EX void cast() {
|
EX void cast() {
|
||||||
// may call itself recursively in case of bugs -- just in case...
|
// may call itself recursively in case of bugs -- just in case...
|
||||||
dynamicval<int> dn(nesting, nesting+1);
|
dynamicval<int> dn(nesting, nesting+1);
|
||||||
|
Loading…
Reference in New Issue
Block a user