mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Get rid of clang warnings in plAvatar.
This commit is contained in:
@ -104,7 +104,7 @@ void plAvTaskSeek::IInitDefaults()
|
||||
fSeekObject = nil;
|
||||
fMovingTarget = false;
|
||||
fAlign = kAlignHandle;
|
||||
fAnimName = nil;
|
||||
fAnimName = "";
|
||||
fPosGoalHit = false;
|
||||
fRotGoalHit = false;
|
||||
fStillPositioning = true;
|
||||
@ -171,7 +171,7 @@ plAvTaskSeek::plAvTaskSeek(plKey target)
|
||||
|
||||
// plAvTaskSeek -------------------------------------------------------------------------------------------
|
||||
// -------------
|
||||
plAvTaskSeek::plAvTaskSeek(plKey target, plAvAlignment align, const char *animName, bool moving)
|
||||
plAvTaskSeek::plAvTaskSeek(plKey target, plAvAlignment align, const plString& animName, bool moving)
|
||||
{
|
||||
IInitDefaults();
|
||||
|
||||
|
Reference in New Issue
Block a user