mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
searchfilemenu: Replace first with 0 here as toaster suggested
This commit is contained in:
parent
4083ee9df7
commit
6a6d32e7c2
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void searchfilemenu(char *tempname)
|
|||
|
||||
if (tempname)
|
||||
{
|
||||
dir_on[menudepthleft] = first;
|
||||
dir_on[menudepthleft] = 0;
|
||||
Z_Free(tempname);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue