rnd-20030817-2-src
authorHolger Schemel <info@artsoft.org>
Sun, 17 Aug 2003 00:59:33 +0000 (02:59 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:43:17 +0000 (10:43 +0200)
src/conftime.h
src/init.c

index b22f073a97d7f723f1cc07dd5a1aa9699a26b475..5344dcae594d0e0e87d4edfd30364193786fe7f8 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-08-17 02:36]"
+#define COMPILE_DATE_STRING "[2003-08-17 02:54]"
index 947d0ef0d4c1aec6d10836a1b4fc26b39e9932a7..2403d4150f4a9e539471167ecf64474e26817694 100644 (file)
@@ -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 */