X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsetup.c;fp=src%2Flibgame%2Fsetup.c;h=3b0bc8713b8ce1d45382568fa532650abd477cb1;hb=8848a001bf529a3e06710b80b928094e48f25aa8;hp=b7e34adf1b3d2ab8267102e7cb48731f9d9be03d;hpb=205e33df255a817dc1032696f065256a08aa61fa;p=rocksndiamonds.git diff --git a/src/libgame/setup.c b/src/libgame/setup.c index b7e34adf..3b0bc871 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -2679,7 +2679,7 @@ static TreeInfo *getTreeInfoCopy(TreeInfo *ti) return ti_copy; } -static void freeTreeInfo(TreeInfo *ti) +void freeTreeInfo(TreeInfo *ti) { if (ti == NULL) return;