DEADSOFTWARE

update copyrights
[flatwaifu.git] / src / save.c
index 4ffb554521c490f7e198b70d056bdd48ecdff84f..6cfb2b4892a3146bc4e8b27d88338e73cc3dc187 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ */
+
 #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) {