diff --git a/popnhax/custom_categs.cc b/popnhax/custom_categs.cc index b18c2d6..e870383 100644 --- a/popnhax/custom_categs.cc +++ b/popnhax/custom_categs.cc @@ -746,6 +746,12 @@ static void load_databases() { } LOG("\n"); } +/* +bool load_favorites(){ + favorites_count = subcategories[0].size; + favorites = subcategories[0].songlist; + return true; +}*/ bool load_favorites(){ FILE *file = fopen("data_mods\\default.fav", "rb");