[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,NONE,2.10

Jamieson Christian jamieson630 at users.sourceforge.net
Mon Dec 30 06:24:01 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27076/scummvm/scumm

Modified Files:
      Tag: 2.10
	gfx.cpp 
Log Message:
3-digit minor version numbers be damned

--- NEW FILE: gfx.cpp ---
/* ScummVM - Scumm Interpreter
 * Copyright (C) 2001  Ludvig Strigeus
 * Copyright (C) 2001/2002 The ScummVM project
 *
 * 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; either version 2
 * of the License, or (at your option) any later version.
 * 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 * $Header: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v 2.10 2002/12/30 14:23:04 jamieson630 Exp $
 *
[...3451 lines suppressed...]
		case 1:
			bompApplyShadow1(line_ptr, dst, clip_right);
			break;
		case 3:
			bompApplyShadow3(line_ptr, dst, clip_right);
			break;
		default:
			error("Unknown bomp shadowMode %d", bd->shadowMode);
		}

labelBompSkip:
		mask_out += mask_pitch;
		charset_mask += mask_pitch;
		pos_y++;
		dst += bd->outwidth;
		if (pos_y >= clip_bottom)
			break;
	}
}






More information about the Scummvm-git-logs mailing list