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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user