[ogs-changes] dist/c++/ogs/combat Combatant.h,1.3,1.4
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-13 05:25:10
|
Update of /cvsroot/ogs/dist/c++/ogs/combat
In directory sc8-pr-cvs1:/tmp/cvs-serv8771
Modified Files:
Combatant.h
Log Message:
See C++ ChangeLog (Apr 13) for details.
Index: Combatant.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/combat/Combatant.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Combatant.h 29 Mar 2003 02:10:26 -0000 1.3
--- Combatant.h 13 Apr 2003 05:25:07 -0000 1.4
***************
*** 60,64 ****
*/
inline bool Combatant::isNormal () const {
! return (creature->getCurrentHealth () > 0);
}
--- 60,64 ----
*/
inline bool Combatant::isNormal () const {
! return ((creature->getHealth ()).first > 0);
}
|