[wpdev-commits] wolfpack/python tempeffect.h,1.29,1.30
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-29 14:05:27
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30204/python Modified Files: tempeffect.h Log Message: bugfix for loading python effect arguments from a binary save. Index: tempeffect.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/tempeffect.h,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** tempeffect.h 22 Aug 2004 02:29:53 -0000 1.29 --- tempeffect.h 29 Aug 2004 14:05:17 -0000 1.30 *************** *** 225,228 **** --- 225,229 ---- int count = reader.readInt(); + args = PyTuple_New(count); for(int i = 0; i < count; ++i) { cVariant variant; |