[Plib-cvs] plib/src/ssg ssgSaveFLT.cxx,1.2,1.3
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-10-29 23:39:14
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv10144/plib/src/ssg Modified Files: ssgSaveFLT.cxx Log Message: Major rework to all parts of FLT writer. Index: ssgSaveFLT.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgSaveFLT.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ssgSaveFLT.cxx 17 Oct 2002 13:42:31 -0000 1.2 +++ ssgSaveFLT.cxx 29 Oct 2002 23:39:09 -0000 1.3 @@ -1,21 +1,22 @@ + /* PLIB - A Suite of Portable Game Libraries Copyright (C) 1998,2002 Steve Baker - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - [...525 lines suppressed...] max = texList -> getNumEntities () ; for ( i = 0 ; i < max ; i++ ) - delete (FLT_texture *) texList -> getEntity ( i ) ; + delete (FLT_texture *) texList -> getEntity ( i ) ; delete texList ; max = vtxList -> getNumEntities () ; for ( i = 0 ; i < max ; i++ ) - delete (FLT_vertex *) vtxList -> getEntity ( i ) ; + delete (FLT_vertex *) vtxList -> getEntity ( i ) ; delete vtxList ; +#endif return TRUE ; } + |