X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=b4ce8d8917ea41515eba64d48d05e5f17048ca1b;hb=2bcba5d4d363ba2f58c9d3f22aba6a455522f499;hp=b859112c771a04c6ac5d2a23ab9879d637efb77e;hpb=684f9040af5b97bc73676f8f8198688d87c3ea25;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index b859112c..b4ce8d89 100644 --- a/src/init.c +++ b/src/init.c @@ -758,6 +758,12 @@ static void InitGraphicInfo() printf("::: image: '%s'\n", image->token); #endif +#if 0 + printf("::: image # %d: '%s' ['%s']\n", + i, image->token, + getTokenFromImageID(i)); +#endif + set_graphic_parameters(i, image->parameter); /* now check if no animation frames are outside of the loaded image */