runs on Xbox

This commit is contained in:
Chris Danford
2003-07-22 07:47:27 +00:00
parent 20b4af87b1
commit 278cb4c3f1
53 changed files with 631 additions and 318 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ void BGAnimation::LoadFromAniDir( CString sAniDir )
{
Unload();
if( !sAniDir.empty() && sAniDir.Right(1) != "/" )
sAniDir += "/";
if( !sAniDir.empty() && sAniDir.Right(1) != SLASH )
sAniDir += SLASH;
ASSERT( IsADirectory(sAniDir) );