mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
dice:: added comments to val and dir
This commit is contained in:
parent
b9ba311a63
commit
70bd671941
@ -961,8 +961,8 @@ EX namespace dice {
|
||||
#if HDR
|
||||
struct die_data {
|
||||
struct die_structure *which;
|
||||
int val;
|
||||
int dir;
|
||||
int val; /* the current face value */
|
||||
int dir; /* which direction is the first side (which->sides[val][0]) of the current face */
|
||||
bool mirrored;
|
||||
int happy();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user