X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fanim.c;h=c5caade4781e741a0d99c389e4c3bb9539db7e13;hb=HEAD;hp=f68f0a215bd6b930c82e03eaa8425fb8f22de261;hpb=2bb81ea2565c3627c954b5c37326db89b0048472;p=flatwaifu.git diff --git a/src/anim.c b/src/anim.c index f68f0a2..c5caade 100644 --- a/src/anim.c +++ b/src/anim.c @@ -1,23 +1,18 @@ -/* - Copyright (C) Prikol Software 1996-1997 - Copyright (C) Aleksey Volynskov 1996-1997 - - 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. +/* Copyright (C) 1996-1997 Aleksey Volynskov + * + * 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 . + */ - 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" @@ -99,7 +94,7 @@ int ANM_play(void) { u=line(y*320*SQ,u); }else{y+=*u+1;++u;} break; - default: ERR_fatal("«®å®© ANM-ä ©«"); + default: ERR_fatal("Bad ANM-file"); } anm=((anm_blk_t*)((byte*)anm+anm->len))+1; if(anm->t==AB_END) return 0;