From aaa6c764b0faf5bcdc0108eed7a18a130caab662 Mon Sep 17 00:00:00 2001 From: "Tony J. White" Date: Sat, 3 Oct 2009 11:43:18 +0000 Subject: * don't call COM_Compress() on scripts stored in memory. This causes incorrect line numbers to be reported. --- src/qcommon/parse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/qcommon/parse.c b/src/qcommon/parse.c index 85e9ab81..892f8f4f 100644 --- a/src/qcommon/parse.c +++ b/src/qcommon/parse.c @@ -1045,7 +1045,6 @@ static script_t *Parse_LoadScriptFile(const char *filename) FS_Read(script->buffer, length, fp); FS_FCloseFile(fp); // - script->length = COM_Compress(script->buffer); return script; } -- cgit