X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fmap.h;h=35bcf2512edc1353d2e63ab12fb5afa95caa13d2;hb=778534bf6946fe0fef17e353c55678d248d8d09d;hp=4a6d04126ad49d01e925b783e2e5136725c8803a;hpb=0438f2fc5df337e4264103a86c1765ace9c6565a;p=plomrogue diff --git a/src/common/map.h b/src/common/map.h index 4a6d041..35bcf25 100644 --- a/src/common/map.h +++ b/src/common/map.h @@ -13,7 +13,7 @@ struct Map { char * cells; /* sequence of bytes encoding map cells */ - uint16_t length; /* map's edge length */ + uint16_t length; /* map's edge length, i.e. both height and width */ };