[iortcw] 102/497: MP: Print what pk3 dll is being loaded from

Simon McVittie smcv at debian.org
Fri Sep 8 10:36:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit e85f576bd99ee3a33089aeddf150b9393f4ebc61
Author: ZTurtleMan at gmail.com <ZTurtleMan at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Sun May 4 00:01:48 2014 +0000

    MP: Print what pk3 dll is being loaded from
    
    Useful to know if loading dll from pk3 instead of from disk directly.
---
 MP/code/qcommon/files.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MP/code/qcommon/files.c b/MP/code/qcommon/files.c
index a257484..204ceff 100644
--- a/MP/code/qcommon/files.c
+++ b/MP/code/qcommon/files.c
@@ -1584,6 +1584,7 @@ int FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, q
 				if (FS_FOpenFileReadDir(dllName, search, NULL, qfalse, unpure) > 0
 						&& FS_CL_ExtractFromPakFile(search, netpath, dllName, NULL))
 				{
+					Com_Printf( "Loading %s dll from %s\n", name, pack->pakFilename );
 					Q_strncpyz(found, netpath, foundlen);
 					*startSearch = search;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list