mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 12:27:57 +00:00
moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist::
This commit is contained in:
@@ -2641,7 +2641,7 @@ EX int rmap_get_id_of(cell *c) {
|
||||
EX void reset_raycaster() {
|
||||
our_raycaster = nullptr;
|
||||
reset_rmap = true;
|
||||
rots::saved_matrices_ray = {};
|
||||
twist::saved_matrices_ray = {};
|
||||
}
|
||||
|
||||
EX void reset_raycaster_map() {
|
||||
|
Reference in New Issue
Block a user