Merge pull request #562 from illwieckz/notex

always provide notex
This commit is contained in:
Timothee "TTimo" Besset 2018-01-27 14:18:24 -06:00 committed by GitHub
commit 88b992a9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -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