Index: branches/workbranch/trunk/3dc/avp/support/tallfont.cpp
===================================================================
--- branches/workbranch/trunk/3dc/avp/support/tallfont.cpp	(revision 504)
+++ branches/workbranch/trunk/3dc/avp/support/tallfont.cpp	(revision 528)
@@ -199,5 +199,5 @@
 		RimLoader indexFontRIM;
 		std::string filePath = Filename;
-		if (!indexFontRIM.Open("graphics\\" + filePath))
+		if (!indexFontRIM.Open("graphics/" + filePath))
 		{
 			return;
@@ -205,41 +205,4 @@
 
 		indexFontRIM.GetDimensions(nWidth, nHeight);
-#if 0
-		unsigned nWidth, nHeight;
-	
-		//see if graphic can be found in fast file
-		size_t fastFileLength;
-		void const * pFastFileData = ffreadbuf(Filename,&fastFileLength);
-		
-		if (pFastFileData)
-		{
-			//load from fast file
-			image_ptr = AwCreateTexture
-			(
-				"pxfXYB",
-				pFastFileData,
-				fastFileLength,
-				(
-					0
-				),
-				&nWidth,
-				&nHeight
-			);
-		}
-		else
-		{
-			//load graphic from rim file
-			image_ptr = AwCreateTexture
-			(
-				"sfXYB",
-				Filename,
-				(
-					0
-				),
-				&nWidth,
-				&nHeight
-			);
-		}
-#endif
 
 		R2Size_OverallImage.w = nWidth;
@@ -672,5 +635,5 @@
 		RimLoader indexFontRIM;
 		std::string filePath = Filename;
-		if (!indexFontRIM.Open("graphics\\" + filePath))
+		if (!indexFontRIM.Open("graphics/" + filePath))
 		{
 			return;
@@ -679,39 +642,4 @@
 		indexFontRIM.GetDimensions(nWidth, nHeight);
 
-#if 0
-		//see if graphic can be found in fast file
-		size_t fastFileLength;
-		void const * pFastFileData = ffreadbuf(Filename,&fastFileLength);
-		
-		if (pFastFileData)
-		{
-			//load from fast file
-			image_ptr = AwCreateTexture
-			(
-				"pxfXYB",
-				pFastFileData,
-				fastFileLength,
-				(
-					0
-				),
-				&nWidth,
-				&nHeight
-			);
-		}
-		else
-		{
-			//load graphic from rim file
-			image_ptr = AwCreateTexture
-			(
-				"sfXYB",
-				Filename,
-				(
-					0
-				),
-				&nWidth,
-				&nHeight
-			);
-		}
-#endif	
 		R2Size_OverallImage.w = nWidth;
 		R2Size_OverallImage.h = nHeight;
