[ogs-changes] dist/c++/ogs/creatures/humanoids Human.h,1.3,1.4
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-05-02 19:07:04
|
Update of /cvsroot/ogs/dist/c++/ogs/creatures/humanoids
In directory sc8-pr-cvs1:/tmp/cvs-serv32451/ogs/creatures/humanoids
Modified Files:
Human.h
Log Message:
See C++ ChangeLog (May 2) for details.
Index: Human.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/creatures/humanoids/Human.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Human.h 13 Apr 2003 05:25:21 -0000 1.3
--- Human.h 2 May 2003 19:06:31 -0000 1.4
***************
*** 65,70 ****
* Create a new human.
*/
! inline Human::Human ():
! Humanoid (ogs::core::Die (HIT_DIE, 1), createAbilities ()) {
// empty constructor body
}
--- 65,69 ----
* Create a new human.
*/
! inline Human::Human () {
// empty constructor body
}
|