X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fsave.c;h=6cfb2b4892a3146bc4e8b27d88338e73cc3dc187;hp=4ffb554521c490f7e198b70d056bdd48ecdff84f;hb=ef16dea09f87b15fc6d58fae0aa0832e0648c00e;hpb=563dffaf02ff36da4054f937fcc9f99a072e15bf diff --git a/src/save.c b/src/save.c index 4ffb554..6cfb2b4 100644 --- a/src/save.c +++ b/src/save.c @@ -1,3 +1,20 @@ +/* Copyright (C) 1996-1997 Aleksey Volynskov + * Copyright (C) 2011 Rambo + * Copyright (C) 2020 SovietPony + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License ONLY. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include "save.h" #include "dots.h" @@ -135,7 +152,7 @@ static void G_loadgame (FILE *h) { } cheat = myfread8(h); myfread(g_music, 8, 1, h); - F_loadmus(g_music); + MUS_load(g_music); } static void IT_savegame (FILE *h) {