diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-07-22 19:33:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-24 12:07:15 (GMT) |
| commit | 7ed0255f04f494e914b724cf5614f4f1d343069a (patch) | |
| tree | 2949a549d709088a977905abd2f71c6193dec250 /src/main.c | |
| parent | ae9fca86ee7dd1ea2a781dee6f2f4727ac094e2b (diff) | |
| download | powder-7ed0255f04f494e914b724cf5614f4f1d343069a.zip powder-7ed0255f04f494e914b724cf5614f4f1d343069a.tar.gz | |
Disable old life elements
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1009,6 +1009,8 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char } ty = PT_LIFE; } + if (!ptypes[parts[i-1].type].enabled) + parts[i-1].type = PT_NONE; } } |
