From: Christian Heller Date: Fri, 13 Jun 2014 02:41:31 +0000 (+0200) Subject: Minor comment improvement. X-Git-Tag: tce~744 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=96e8b3ea0ba8d50683c149422fd9c2588123f62c;p=plomrogue Minor comment improvement. --- 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 */ };