diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-31 15:35:27 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-31 15:35:27 (GMT) |
| commit | c26cfa29c20c970d0b442faa3b3ad45345585453 (patch) | |
| tree | 4c0f2591f07b48a8a00e6570201e765b6a966180 /src/main.c | |
| parent | 4124738a0e7dc4f105593612e86951a77d766173 (diff) | |
| download | powder-c26cfa29c20c970d0b442faa3b3ad45345585453.zip powder-c26cfa29c20c970d0b442faa3b3ad45345585453.tar.gz | |
LCRY tweaks
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1034,7 +1034,7 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char } } } - if(ver>=67 && (ty==PT_LCRY)){ + if(ver<67 && (ty==PT_LCRY)){ //New LCRY uses TMP not life if(parts[i-1].life>=10) { |
