1
0
mirror of https://github.com/The-Powder-Toy/The-Powder-Toy.git synced 2025-04-27 18:22:06 +02:00

props -> properties

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

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