props -> properties

This commit is contained in:
Simon 2010-08-15 21:38:35 +01:00
parent 13e71cee6d
commit 3bc93478bb

View File

@ -395,7 +395,7 @@ struct part_type {
float heat;
unsigned char hconduct;
const char *descs;
unsigned char props;
unsigned char properties;
};
struct part_state {