X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommon%2Fmap.h;fp=src%2Fcommon%2Fmap.h;h=35bcf2512edc1353d2e63ab12fb5afa95caa13d2;hb=96e8b3ea0ba8d50683c149422fd9c2588123f62c;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 */ };