2 Jul 2004 16:52
cel/plugins/stdphyslayer entity.cpp,1.7,1.8 entity.h,1.4,1.5 pl.cpp,1.21,1.22 pl.h,1.10,1.11 propclas.cpp,1.3,1.4 propclas.h,1.2,1.3
Update of /cvsroot/cel/cel/plugins/stdphyslayer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17705/plugins/stdphyslayer
Modified Files:
entity.cpp entity.h pl.cpp pl.h propclas.cpp propclas.h
Log Message:
res fixed CEL for the csArray<> size_t change.
Index: entity.cpp
===================================================================
RCS file: /cvsroot/cel/cel/plugins/stdphyslayer/entity.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- entity.cpp 15 May 2004 05:19:29 -0000 1.7
+++ entity.cpp 2 Jul 2004 14:52:53 -0000 1.8
<at> <at> -67,7 +67,7 <at> <at>
void celEntity::NotifySiblingPropertyClasses ()
{
- int i;
+ size_t i;
for (i = 0 ; i < plist->GetCount () ; i++)
{
iCelPropertyClass* pc = plist->Get (i);
<at> <at> -91,26 +91,26 <at> <at>
RemoveAll ();
}
-int celEntityList::GetCount () const
(Continue reading)
RSS Feed