diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 06:26:20 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 06:26:20 +0000 |
| commit | 79fb7cbf3ee035f05471b75697f526740e24b2a4 (patch) | |
| tree | cde19b554eae7b9c0bb6b9c5b1ae41e4a97bfeaf /Source/TGALoader.cpp | |
| parent | 31b93eacabf8538cf3b28454e4e8feb17a1714fc (diff) | |
| download | blackshades-79fb7cbf3ee035f05471b75697f526740e24b2a4.tar.gz | |
convenient filename hacks
git-svn-id: svn://svn.icculus.org/blackshades/trunk@41 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/TGALoader.cpp')
| -rw-r--r-- | Source/TGALoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TGALoader.cpp b/Source/TGALoader.cpp index b3ec161..3090764 100644 --- a/Source/TGALoader.cpp +++ b/Source/TGALoader.cpp @@ -16,7 +16,7 @@ TGAImageRec* LoadTGA( char *filename ) FILE *file; // Open The TGA File - file = fopen( filename, "rb" ); + file = cfh_fopen( filename, "rb" ); if( ( file == NULL ) || // Does File Even Exist? ( fread( TGAcompare, 1, sizeof( TGAcompare ), file ) != sizeof( TGAcompare ) ) || // Are There 12 Bytes To Read? |
