1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-10 02:33:00 +00:00

tracking the specific copy of the player in confusing geometries

This commit is contained in:
Zeno Rogue
2019-11-23 19:05:24 +01:00
parent edcf160a28
commit 982f01e6e5
7 changed files with 44 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ struct display_data {
void set_mask(int ed);
void set_all(int ed);
/** Which copy of the player cell? */
transmatrix which_copy;
};
#define View (::hr::current_display->view_matrix)