rnd-20060407-2-src
[rocksndiamonds.git] / src / libgame / system.c
index 12e724040fcb56d54728626c75e30018e4e1a165..94bcccdc9262eca5b8886676be68cd2228578346 100644 (file)
@@ -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