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

Manual merge of Pull Request #232 from zrax/plString

Conflicts:
	Sources/Plasma/CoreLib/HeadSpin.h
This commit is contained in:
2012-12-20 17:22:31 -05:00
74 changed files with 746 additions and 572 deletions

View File

@ -134,7 +134,7 @@ void plMorphSequenceSDLMod::ISetCurrentStateFrom(const plStateDataRecord* srcSta
plSceneObject* sobj=GetTarget();
hsAssert(sobj, "plMorphSequenceSDLMod, nil target");
if (strcmp(srcState->GetDescriptor()->GetName(), kSDLMorphSequence))
if (srcState->GetDescriptor()->GetName() != kSDLMorphSequence)
{
hsAssert(false, "Wrong type of state data record passed into plMorphSequenceSDLMod.");
return;