Thanks to Lakitu7 for pointing this out.

This commit is contained in:
Zachary Slater 2008-06-17 04:44:36 +00:00
parent c923872ca2
commit 4713fa4f79

View file

@ -381,7 +381,7 @@ static fileHandle_t FS_HandleForFile(void) {
static FILE *FS_FileForHandle( fileHandle_t f ) {
if ( f < 0 || f > MAX_FILE_HANDLES ) {
Com_Error( ERR_DROP, "FS_FileForHandle: out of reange" );
Com_Error( ERR_DROP, "FS_FileForHandle: out of range" );
}
if (fsh[f].zipFile == qtrue) {
Com_Error( ERR_DROP, "FS_FileForHandle: can't get FILE on zip file" );