X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsetup.c;h=206db77e4de949a765822011b9ddd738a68917ca;hp=f42945fbe81c797e0aa20aa00762173c549c65a4;hb=a99a1803e5097bc598b4c6f73259715da148ab27;hpb=06b98fd946f39a00697c47d31ea5212b921b56b2 diff --git a/src/libgame/setup.c b/src/libgame/setup.c index f42945fb..206db77e 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -1361,19 +1361,19 @@ void dumpTreeInfo(TreeInfo *node, int depth) { int i; - printf("Dumping TreeInfo:\n"); + Print("Dumping TreeInfo:\n"); while (node) { for (i = 0; i < (depth + 1) * 3; i++) - printf(" "); + Print(" "); - printf("'%s' / '%s'\n", node->identifier, node->name); + Print("'%s' / '%s'\n", node->identifier, node->name); /* // use for dumping artwork info tree - printf("subdir == '%s' ['%s', '%s'] [%d])\n", - node->subdir, node->fullpath, node->basepath, node->in_user_dir); + Print("subdir == '%s' ['%s', '%s'] [%d])\n", + node->subdir, node->fullpath, node->basepath, node->in_user_dir); */ if (node->node_group != NULL)