diff options
Diffstat (limited to 'src/refresh/images.c')
-rw-r--r-- | src/refresh/images.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refresh/images.c b/src/refresh/images.c index ae2217f..cf4b56d 100644 --- a/src/refresh/images.c +++ b/src/refresh/images.c @@ -2023,6 +2023,7 @@ byte *IMG_GetPalette(void) fail: Com_Error(ERR_FATAL, "Couldn't load %s: %s", colormap, Q_ErrorString(ret)); + return NULL; } static const cmdreg_t img_cmd[] = { |