Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31332/python
Modified Files:
char.cpp
Log Message:
bugfix
Index: char.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -d -r1.198 -r1.199
*** char.cpp 27 Sep 2004 22:36:53 -0000 1.198
--- char.cpp 27 Sep 2004 22:47:48 -0000 1.199
***************
*** 2104,2108 ****
}
! if (!pos.lineOfSight(targetPos, debug != 0)) {
Py_RETURN_FALSE;
}
--- 2104,2108 ----
}
! if (!pos.lineOfSight(targetPos)) {
Py_RETURN_FALSE;
}
|