X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=23c38b2110246d59d90559edad5f19f75e78871b;hb=95ff39b11bc3c268d8206193bad1433ac9526c94;hp=d628b8be7bb53fb3c7a2e643b05fd125163e098a;hpb=b640b9d7647df4cbba0e530f6f4bcece384048e4;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index d628b8be..23c38b21 100644 --- a/src/editor.c +++ b/src/editor.c @@ -4630,7 +4630,7 @@ static void ReinitializeElementList() if (element >= NUM_FILE_ELEMENTS) Error(ERR_WARN, "editor element %d is runtime element", element); - if (strcmp(getElementInfoText(element), INFOTEXT_UNKNOWN_ELEMENT) == 0) + if (strEqual(getElementInfoText(element), INFOTEXT_UNKNOWN_ELEMENT)) Error(ERR_WARN, "no element description for element %d", element); } }