X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=e2c9e90c8ea599798020914b77f99d0a43604560;hb=a6d0395ba3236badfa052d8329bb42f9a440433f;hp=2a34d4c3bcb771e9a89cbaec654b0f2e598bca1d;hpb=30eb586d06bc4d1ee7388dced1c20e530292aa93;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 2a34d4c3..e2c9e90c 100644 --- a/src/editor.c +++ b/src/editor.c @@ -8308,6 +8308,7 @@ static void CopyElementPropertiesToGame(int element) CopyClassicElementPropertiesToGame(element); } +#if DEBUG static void CheckElementDescriptions(void) { int i; @@ -8317,6 +8318,7 @@ static void CheckElementDescriptions(void) Error(ERR_WARN, "no element description file for element '%s'", EL_NAME(i)); } +#endif static int getMaxEdFieldX(boolean has_scrollbar) {