diff --git a/win/share/tileset.c b/win/share/tileset.c index 385d26580..c3fbb209a 100644 --- a/win/share/tileset.c +++ b/win/share/tileset.c @@ -31,7 +31,7 @@ read_tiles(const char *filename, boolean true_color) boolean ok; if (tiles != NULL) - return; + return TRUE; /* Fill the image structure with known values */ image.width = 0;