Fix memory leaks, allow changing of element name (To fix: element names in some arrays out of sync)

This commit is contained in:
Simon Robertshaw
2011-12-10 19:03:31 +00:00
parent eec2363dc0
commit 03352ca1f4
3 changed files with 34 additions and 10 deletions

View File

@@ -438,7 +438,7 @@ void STKM_interact(playerst* playerp, int i, int x, int y);
struct part_type
{
const char *name;
char *name;
pixel pcolors;
float advection;
float airdrag;