mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 04:39:45 +00:00
Convert SDL (mostly) to plStrings
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user