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