this doesn't need to be fatal

This commit is contained in:
Glenn Maynard
2006-10-14 03:55:54 +00:00
parent c435cdd305
commit 35ca5329ec
+2 -2
View File
@@ -446,8 +446,8 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor
return ActorUtil::Create( "Model", &xml, pParentActor );
}
default:
RageException::Throw("File \"%s\" has unknown type, \"%s\".",
sPath.c_str(), FileTypeToString(ft).c_str() );
LOG->Warn( "File \"%s\" has unknown type, \"%s\".", sPath.c_str(), FileTypeToString(ft).c_str() );
return new Actor;
}
}