From a2bf84ef75c793fd83bed34b3e05d65b7d470f42 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 17 Aug 2003 02:59:33 +0200 Subject: [PATCH] rnd-20030817-2-src --- src/conftime.h | 2 +- src/init.c | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index b22f073a..5344dcae 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-08-17 02:36]" +#define COMPILE_DATE_STRING "[2003-08-17 02:54]" diff --git a/src/init.c b/src/init.c index 947d0ef0..2403d415 100644 --- a/src/init.c +++ b/src/init.c @@ -915,9 +915,8 @@ static void InitGraphicInfo() int src_x, src_y; int first_frame, last_frame; -#if 1 - if (strcmp(image->token, "dynamite.EDITOR") == 0) - printf("::: image: '%s' [%d]\n", image->token, i); +#if 0 + printf("::: image: '%s' [%d]\n", image->token, i); #endif #if 0 @@ -930,11 +929,6 @@ static void InitGraphicInfo() /* now check if no animation frames are outside of the loaded image */ -#if 1 - if (graphic_info[i].bitmap == NULL) - printf("::: graphic_info['%s'].bitmap == NULL\n", image->token); -#endif - if (graphic_info[i].bitmap == NULL) continue; /* skip check for optional images that are undefined */ -- 2.34.1