mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 03:24:52 +00:00
bsplib: Use lump file name for which write failed, not a base one
This commit is contained in:
parent
9543007473
commit
b9f74d41af
1 changed files with 1 additions and 1 deletions
|
@ -2770,7 +2770,7 @@ void WriteLumpToFile( char *filename, int lump )
|
|||
FileHandle_t lumpfile = g_pFileSystem->Open(lumppre, "wb");
|
||||
if ( !lumpfile )
|
||||
{
|
||||
Error ("Error opening %s! (Check for write enable)\n",filename);
|
||||
Error ("Error opening %s! (Check for write enable)\n", lumppre);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue