diff options
Diffstat (limited to 'graphics.c')
| -rw-r--r-- | graphics.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2121,9 +2121,9 @@ pixel *prerender_save(void *save, int size, int *width, int *height) return NULL; if(!(c[2]==0x43 && c[1]==0x75 && c[0]==0x66) && !(c[2]==0x76 && c[1]==0x53 && c[0]==0x50)) return NULL; - if(c[2]==0x43 && c[1]==0x75 && c[0]==0x66){ - new_format = 1; - } + if(c[2]==0x43 && c[1]==0x75 && c[0]==0x66) { + new_format = 1; + } if(c[4]>SAVE_VERSION) return NULL; |
