Update of /cvsroot/gemrb/gemrb/gemrb/plugins/AREImporter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19172/plugins/AREImporter
Modified Files:
AREImp.cpp
Log Message:
added loading/preprocessing of wall polygons
Index: AREImp.cpp
===================================================================
RCS file: /cvsroot/gemrb/gemrb/gemrb/plugins/AREImporter/AREImp.cpp,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** AREImp.cpp 6 Aug 2005 16:28:39 -0000 1.129
--- AREImp.cpp 22 Oct 2005 16:30:54 -0000 1.130
***************
*** 953,956 ****
--- 953,959 ----
map->VisibleBitmap = (ieByte *) calloc(i, 1);
+ printf( "Loading wallgroups\n");
+ map->SetWallGroups( tmm->GetWallPolygonsCount(),tmm->GetWallGroups() );
+
core->FreeInterface( tmm );
return map;
|