comparison tools/gfxconv.c @ 1928:0b2a2da4c7e7

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 14:47:54 +0300
parents 34ba8e2d2dd7
children b49814dd8469
comparison
equal deleted inserted replaced
1927:1b55bcf548de 1928:0b2a2da4c7e7
1494 1494
1495 return TRUE; 1495 return TRUE;
1496 } 1496 }
1497 1497
1498 1498
1499 int dmWriteSpritesAndChars(const char *filename, DMImage *image, int outFormat, BOOL multicolor) 1499 int dmWriteSpritesAndChars(const char *filename, DMImage *image, int outFormat, const BOOL multicolor)
1500 { 1500 {
1501 int ret = DMERR_OK; 1501 int ret = DMERR_OK;
1502 int outBlockW, outBlockH, bx, by; 1502 int outBlockW, outBlockH, bx, by;
1503 FILE *outFile = NULL; 1503 FILE *outFile = NULL;
1504 Uint8 *buf = NULL; 1504 Uint8 *buf = NULL;