Does that make it more tolerant of QC hacks?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@290 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5b197459eb
commit
c984889446
1 changed files with 4 additions and 3 deletions
|
@ -2604,7 +2604,8 @@ retry:
|
|||
// QC_StartShares(progfuncs);
|
||||
|
||||
isfriked = true;
|
||||
// isfriked = -1;
|
||||
if (!pr_typecurrent) //progs 0 always acts as string stripped.
|
||||
isfriked = -1; //partly to avoid some bad progs.
|
||||
|
||||
// len = 0;
|
||||
switch(current_progstate->intsize)
|
||||
|
@ -2742,8 +2743,8 @@ retry:
|
|||
}
|
||||
if (!isfriked)
|
||||
pr_strings=NULL;
|
||||
else
|
||||
printf("String-Stripped support enabled.\n");
|
||||
// else
|
||||
// printf("String-Stripped support enabled.\n");
|
||||
|
||||
if ((isfriked && pr_typecurrent)) //friked progs only allow one file.
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue