[wpdev-commits] wolfpack/python char.cpp,1.108,1.109
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-26 00:01:56
|
Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1:/tmp/cvs-serv30718/python
Modified Files:
char.cpp
Log Message:
Work in Progress
on wolfpack.magic
Index: char.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** char.cpp 25 Sep 2003 03:05:59 -0000 1.108
--- char.cpp 26 Sep 2003 00:01:52 -0000 1.109
***************
*** 520,529 ****
return 0;
- if( amount < 1 )
- {
- PyErr_BadArgument();
- return 0;
- }
-
cUObject *pSource = 0;
if( checkWpItem( source ) )
--- 520,523 ----
|