this doesn't need to be fatal
This commit is contained in:
@@ -446,8 +446,8 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor
|
|||||||
return ActorUtil::Create( "Model", &xml, pParentActor );
|
return ActorUtil::Create( "Model", &xml, pParentActor );
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
RageException::Throw("File \"%s\" has unknown type, \"%s\".",
|
LOG->Warn( "File \"%s\" has unknown type, \"%s\".", sPath.c_str(), FileTypeToString(ft).c_str() );
|
||||||
sPath.c_str(), FileTypeToString(ft).c_str() );
|
return new Actor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user