diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-18 15:14:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-18 15:14:07 (GMT) |
| commit | 61e86ca72d83dbd8494303245b28530fbc488f78 (patch) | |
| tree | 75841218a685ceed4665ea4283e600b863fc1a70 /includes/powder.h | |
| parent | 33271ce3e29a0cea246e32e823388db7a8f39abc (diff) | |
| parent | 58b9996958c9dbe2800872659bf4c745c1450e3e (diff) | |
| download | powder-61e86ca72d83dbd8494303245b28530fbc488f78.zip powder-61e86ca72d83dbd8494303245b28530fbc488f78.tar.gz | |
Merge with new lua functionality
Diffstat (limited to 'includes/powder.h')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index a5a8bef..76ca746 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -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; |
