Thanks to bigfoot for pointing that one out.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1155 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-07-20 21:39:17 +00:00
parent 1455020790
commit ce28a040f8
1 changed files with 1 additions and 1 deletions

View File

@ -6141,7 +6141,7 @@ lh_extension_t QSG_Extensions[] = {
// {"ZQ_QC_PARTICLE"}, //particle builtin works in QW ( we don't mimic ZQ fully though)
{"ZQ_QC_STRINGS", 11, NULL, {"stof", "strlen","strcat","substring","stov","strzone","strunzone"}} //a trimmed down FRIK_FILE.
{"ZQ_QC_STRINGS", 7, NULL, {"stof", "strlen","strcat","substring","stov","strzone","strunzone"}} //a trimmed down FRIK_FILE.
};
//some of these are overkill yes, but they are all derived from the fteextensions flags and document the underlaying protocol available.