forked from fte/fteqw
1
0
Fork 0

fix misc junk that was buggy. hurrah for handy test cases.

q3 shader remapping now a bit more robust.
portals finally work properly.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4611 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-02-14 10:02:23 +00:00
parent 8f6c1a3e92
commit 80dd9a1e79
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ void SVQ3_SetConfigString(int num, char *string)
svq3_configstrings[num] = Z_Malloc(len+1);
strcpy(svq3_configstrings[num], string);
SVQ3_SendConfigString(num, string);
SVQ3_SendConfigString(NULL, num, string);
}
static int FloatAsInt(float f)