[ogs-changes] dist/c++/ogs/skills CommonSkills.h,1.2,1.3
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 01:41:10
|
Update of /cvsroot/ogs/dist/c++/ogs/skills
In directory sc8-pr-cvs1:/tmp/cvs-serv25962/c++/ogs/skills
Modified Files:
CommonSkills.h
Log Message:
See C++ ChangeLog (Apr 17) for details.
Index: CommonSkills.h
===================================================================
RCS file: /cvsroot/ogs/dist/c++/ogs/skills/CommonSkills.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CommonSkills.h 15 Apr 2003 16:58:48 -0000 1.2
--- CommonSkills.h 18 Apr 2003 01:41:07 -0000 1.3
***************
*** 105,109 ****
static const ogs::core::Skill::Type SPOT = 40;
! /* A skill for moving through varying currents of water. */
static const ogs::core::Skill::Type SWIM = 41;
--- 105,109 ----
static const ogs::core::Skill::Type SPOT = 40;
! /** A skill for moving through varying currents of water. */
static const ogs::core::Skill::Type SWIM = 41;
|