X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=94bcccdc9262eca5b8886676be68cd2228578346;hb=95ff39b11bc3c268d8206193bad1433ac9526c94;hp=12e724040fcb56d54728626c75e30018e4e1a165;hpb=b640b9d7647df4cbba0e530f6f4bcece384048e4;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 12e72404..94bcccdc 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -753,7 +753,7 @@ void ReloadCustomImage(Bitmap *bitmap, char *basename) return; } - if (strcmp(filename, bitmap->source_filename) == 0) + if (strEqual(filename, bitmap->source_filename)) { /* The old and new image are the same (have the same filename and path). This usually means that this image does not exist in this graphic set