mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Fix memory leaks, allow changing of element name (To fix: element names in some arrays out of sync)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user