improved error messages when IMG_Load() fails loading an image
authorHolger Schemel <info@artsoft.org>
Tue, 10 Dec 2019 22:52:33 +0000 (23:52 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 10 Dec 2019 22:52:33 +0000 (23:52 +0100)
commit368d771258ee3aed9c0713a0998094651eca2504
treeaa2d154170a0091e3bae5ac5ff0745221e2fd7cf
parent7c435b7727b2d835e00b79365dd46102e0de08b4
improved error messages when IMG_Load() fails loading an image

If loading an image using "IMG_Load()" fails, the name of the file is
now also displayed with the error message.

This already worked in the past, but was broken since commit a2698b3b.
src/libgame/sdl.c