summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp AUER <philipp@karathan.at>2019-01-04 18:17:55 +0100
committerhuderlem <huderlem@gmail.com>2019-01-04 19:59:55 -0600
commit55202eac241be32ee10187de71ab7b65c29fdd99 (patch)
tree60c4b966f04c53647fcffc92f53fa1d51f2aed30 /include
parentcba2f81bf870734960492b2d586d5a0684d99cf5 (diff)
rename coords to size in struct MonCoords
Diffstat (limited to 'include')
-rw-r--r--include/data2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/data2.h b/include/data2.h
index 37ce5bf20..c1a2608ae 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -5,7 +5,7 @@ struct MonCoords
{
// This would use a bitfield, but some function
// uses it as a u8 and casting won't match.
- u8 coords; // u8 x:4, y:4;
+ u8 size; // u8 width:4, height:4;
u8 y_offset;
};