[wpdev-commits] wolfpack npc.h,1.25,1.26
Brought to you by:
rip,
thiagocorrea
|
From: <xs...@us...> - 2003-09-20 13:51:38
|
Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv11422
Modified Files:
npc.h
Log Message:
guard calling fix
Index: npc.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/npc.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** npc.h 20 Sep 2003 12:01:43 -0000 1.25
--- npc.h 20 Sep 2003 13:51:34 -0000 1.26
***************
*** 593,597 ****
inline bool cNPC::isInnocent()
{
! return notority() != 1;
}
--- 593,597 ----
inline bool cNPC::isInnocent()
{
! return notority() == 1;
}
|