mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Revert and fix filename change in idProgram::CompileText() for savefile compatibility
This commit is contained in:
parent
e0fe1b8bed
commit
aeb3e21bb9
1 changed files with 1 additions and 1 deletions
|
@ -2144,7 +2144,7 @@ bool idProgram::CompileText( const char* source, const char* text, bool console
|
|||
try
|
||||
#endif
|
||||
{
|
||||
compiler.CompileFile( text, source, console );
|
||||
compiler.CompileFile( text, ospath.c_str(), console );
|
||||
|
||||
// check to make sure all functions prototyped have code
|
||||
for( i = 0; i < varDefs.Num(); i++ )
|
||||
|
|
Loading…
Reference in a new issue