mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
d'oh
This commit is contained in:
parent
71a60717d9
commit
2858bc4922
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ PR_Debug_Init_Cvars (void)
|
|||
static file_t *
|
||||
PR_Load_Source_File (progs_t *pr, const char *fname)
|
||||
{
|
||||
char *path, *l, **dir;
|
||||
file_t *f = Hash_Find (file_hash, fname);
|
||||
char *path = 0, *l, **dir;
|
||||
file_t *f = Hash_Find (file_hash, fname);
|
||||
|
||||
if (f)
|
||||
return f;
|
||||
|
|
Loading…
Reference in a new issue