mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
vfswad: lowercase the wad name at load time, because queries from map/parse.cpp come in as lowercase
This commit is contained in:
parent
12bc0b1633
commit
01f7a979ae
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ static void vfsInitPakFile( const char *filename ){
|
|||
|
||||
strcpy( wadname,wadnameptr );
|
||||
wadname[strlen( wadname ) - 4] = 0; // ditch the .wad so everthing looks nice!
|
||||
strlwr( wadname );
|
||||
|
||||
g_wadFiles = g_slist_append( g_wadFiles, wf ); // store the wadfile handle
|
||||
|
||||
|
|
Loading…
Reference in a new issue