mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
commit
88b992a9eb
3 changed files with 4 additions and 0 deletions
BIN
install/base/textures/radiant/notex.png
Normal file
BIN
install/base/textures/radiant/notex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
install/base/textures/radiant/shadernotex.png
Normal file
BIN
install/base/textures/radiant/shadernotex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -823,6 +823,10 @@ void QE_InitVFS( void ){
|
|||
// *nix systems have a dual filesystem in ~/.q3a, which is searched first .. so we need to add that too
|
||||
Str directory,prefabs;
|
||||
|
||||
Str basePakPath = g_strAppPath.GetBuffer();
|
||||
basePakPath += "base";
|
||||
vfsInitDirectory( basePakPath.GetBuffer() );
|
||||
|
||||
// TTimo: let's leave this to HL mode for now
|
||||
if ( g_pGameDescription->mGameFile == "hl.game" ) {
|
||||
// Hydra: we search the "gametools" path first so that we can provide editor
|
||||
|
|
Loading…
Reference in a new issue