Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043
Modified Files:
basechar.cpp
Log Message:
Fixes
Index: basechar.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/basechar.cpp,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** basechar.cpp 16 Oct 2004 18:19:40 -0000 1.165
--- basechar.cpp 17 Oct 2004 23:32:27 -0000 1.166
***************
*** 3349,3353 ****
if ( hasTag( "regenmana" ) )
{
! points = getTag( "regenmana" ).toInt();
}
--- 3349,3353 ----
if ( hasTag( "regenmana" ) )
{
! points += getTag( "regenmana" ).toInt();
}
|