Add return value where needed.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ read_tiles(const char *filename, boolean true_color)
|
|||||||
boolean ok;
|
boolean ok;
|
||||||
|
|
||||||
if (tiles != NULL)
|
if (tiles != NULL)
|
||||||
return;
|
return TRUE;
|
||||||
|
|
||||||
/* Fill the image structure with known values */
|
/* Fill the image structure with known values */
|
||||||
image.width = 0;
|
image.width = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user