[wpdev-commits] wolfpack/python pyaccount.cpp,1.40,1.41
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 20:37:52
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28885/python Modified Files: pyaccount.cpp Log Message: fix Index: pyaccount.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/pyaccount.cpp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** pyaccount.cpp 24 Aug 2004 00:23:24 -0000 1.40 --- pyaccount.cpp 3 Sep 2004 20:37:44 -0000 1.41 *************** *** 93,100 **** Py_RETURN_FALSE; - QValueVector<P_PLAYER> chars = self->account->caracterList(); - for ( uint i = 0; i < chars.size(); ++i ) - chars[i]->remove(); - self->account->remove(); self->account = 0; --- 93,96 ---- |