remove the .model format; it's obsoleted by .xml Type="Model"

This commit is contained in:
Glenn Maynard
2005-07-05 23:46:08 +00:00
parent 7c6dbc102b
commit 25823c979b
+1 -2
View File
@@ -443,8 +443,7 @@ FileType ActorUtil::GetFileType( const CString &sPath )
else if(
sExt=="sprite" ) return FT_Sprite;
else if(
sExt=="txt" ||
sExt=="model" ) return FT_Model;
sExt=="txt" ) return FT_Model;
else return FT_Invalid;
}