X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fgame.c;h=85108333d617a5508dba067bebb48510e2ad34a5;hp=3ba9f4118e6b3f98ea54492830bf21bba3760faf;hb=efb17348438f10c929e2e9807013969f71802661;hpb=563dffaf02ff36da4054f937fcc9f99a072e15bf diff --git a/src/game.c b/src/game.c index 3ba9f41..8510833 100644 --- a/src/game.c +++ b/src/game.c @@ -95,19 +95,6 @@ static void set_trans(int st) { g_trans=1;g_transt=0; } -int G_load (FILE *h) { - switch (blk.t) { - case MB_MUSIC: - myfread(g_music, 8, 1, h); - if (music_random) { - F_randmus(g_music); - } - F_loadmus(g_music); - return 1; - } - return 0; -} - void load_game (int n) { F_freemus(); W_init();