Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8857/python
Modified Files:
char.cpp
Log Message:
Fixes some compile warnings from gcc
sqlite doesn't like the MySQL quotes.
Index: char.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** char.cpp 28 Jan 2004 20:08:41 -0000 1.118
--- char.cpp 30 Jan 2004 23:28:42 -0000 1.119
***************
*** 575,579 ****
color = getArgInt( 1 );
! npc->talk( cliloc, 0, color );
return PyTrue;
}
--- 575,579 ----
color = getArgInt( 1 );
! npc->talk( cliloc, 0, 1 );
return PyTrue;
}
|