From 55202eac241be32ee10187de71ab7b65c29fdd99 Mon Sep 17 00:00:00 2001 From: Philipp AUER Date: Fri, 4 Jan 2019 18:17:55 +0100 Subject: rename coords to size in struct MonCoords --- include/data2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/data2.h') 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; }; -- cgit v1.2.3