X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=music.c;h=1f0881584ba96fef761bbf69e010e22377002faf;hb=33ce454bb7737645bd61a2c282889ff71bb7b3a6;hp=748d3cae09a0c431a71a797f429625698f9f50a3;hpb=19d1b75655ce27dda87d7d58b70b2e41e910c694;p=flatwaifu.git diff --git a/music.c b/music.c index 748d3ca..1f08815 100644 --- a/music.c +++ b/music.c @@ -1,3 +1,25 @@ +/* + Copyright (C) Prikol Software 1996-1997 + Copyright (C) Aleksey Volynskov 1996-1997 + Copyright (C) 2011 + + This file is part of the Doom2D:Rembo project. + + Doom2D:Rembo is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + Doom2D:Rembo 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 or + write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "glob.h" #include "sound.h" #include @@ -7,8 +29,6 @@ short mus_vol = 50; Mix_Music * muslo; -int hhhhh; - char music_random = ON; int music_time = 3; int music_fade = 5;