[Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.49,1.50

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Jul 5 08:35:12 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15855

Modified Files:
	gfx.cpp 
Log Message:
SAGA no longer has its own line-drawing code, so this comment no longer
applies.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- gfx.cpp	5 Jul 2005 15:15:33 -0000	1.49
+++ gfx.cpp	5 Jul 2005 15:33:09 -0000	1.50
@@ -23,17 +23,12 @@
 
 // Misc. graphics routines
 
-// Line drawing code utilizes Bresenham's run-length slice algorithm 
-// described in "Michael Abrash's Graphics Programming Black Book", 
-// Coriolis Group Books, 1997
-
 #include "saga/saga.h"
 #include "saga/gfx.h"
 #include "saga/interface.h"
 
 #include "common/system.h"
 
-
 namespace Saga {
 
 Gfx::Gfx(OSystem *system, int width, int height, GameDetector &detector) : _system(system) {





More information about the Scummvm-git-logs mailing list