1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

These got missed...

This commit is contained in:
2012-02-18 02:49:55 -05:00
parent 85136f8050
commit 0f68e5ae13
6 changed files with 20 additions and 20 deletions

View File

@ -141,7 +141,7 @@ bool plAvLadderMod::IIsReadyToClimb()
}
else if (movingForward)
{
// DetectorLog("%s: Ladder rejecting climb (%f)", GetKeyName(), hsRadiansToDegrees(acos(dot)));
// DetectorLog("%s: Ladder rejecting climb (%f)", GetKeyName().c_str(), hsRadiansToDegrees(acos(dot)));
return false;
}
}