X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=106176b93fa306d1e84cbbee3aaacbc0b4a075ab;hb=ac9feee5631d3725a6d7b75b065c8be33a22d4b5;hp=1fd4b463ce1280b3a93fdf5c69aa2aefac166ae0;hpb=5adb355a32cc775ac347c6fcf9b8a4aa5250bd88;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 1fd4b463..106176b9 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5610,7 +5610,7 @@ static char *getElementInfoText(int element) static char *getElementDescriptionFilenameExt(char *basename) { - char *elements_subdir = "elements"; + char *elements_subdir = ELEMENTS_DIRECTORY; static char *elements_subdir2 = NULL; static char *filename = NULL;