mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
typo "tomove" to "to move"
This commit is contained in:
parent
236edb3384
commit
060649dbad
|
|
@ -160,7 +160,7 @@ void AIPlayer::initPersistFields()
|
|||
addField("allowDrop", TypeBool, Offset(mLinkTypes.drop, AIPlayer),
|
||||
"Allow the character to use drop links.");
|
||||
addField("allowSwim", TypeBool, Offset(mLinkTypes.swim, AIPlayer),
|
||||
"Allow the character tomove in water.");
|
||||
"Allow the character to move in water.");
|
||||
addField("allowLedge", TypeBool, Offset(mLinkTypes.ledge, AIPlayer),
|
||||
"Allow the character to jump ledges.");
|
||||
addField("allowClimb", TypeBool, Offset(mLinkTypes.climb, AIPlayer),
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ void NavPath::initPersistFields()
|
|||
addField("allowDrop", TypeBool, Offset(mLinkTypes.drop, NavPath),
|
||||
"Allow the path to use drop links.");
|
||||
addField("allowSwim", TypeBool, Offset(mLinkTypes.swim, NavPath),
|
||||
"Allow the path tomove in water.");
|
||||
"Allow the path to move in water.");
|
||||
addField("allowLedge", TypeBool, Offset(mLinkTypes.ledge, NavPath),
|
||||
"Allow the path to jump ledges.");
|
||||
addField("allowClimb", TypeBool, Offset(mLinkTypes.climb, NavPath),
|
||||
|
|
|
|||
Loading…
Reference in a new issue