mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
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);
|
// QC_StartShares(progfuncs);
|
||||||
|
|
||||||
isfriked = true;
|
isfriked = true;
|
||||||
// isfriked = -1;
|
if (!pr_typecurrent) //progs 0 always acts as string stripped.
|
||||||
|
isfriked = -1; //partly to avoid some bad progs.
|
||||||
|
|
||||||
// len = 0;
|
// len = 0;
|
||||||
switch(current_progstate->intsize)
|
switch(current_progstate->intsize)
|
||||||
|
@ -2742,8 +2743,8 @@ retry:
|
||||||
}
|
}
|
||||||
if (!isfriked)
|
if (!isfriked)
|
||||||
pr_strings=NULL;
|
pr_strings=NULL;
|
||||||
else
|
// else
|
||||||
printf("String-Stripped support enabled.\n");
|
// printf("String-Stripped support enabled.\n");
|
||||||
|
|
||||||
if ((isfriked && pr_typecurrent)) //friked progs only allow one file.
|
if ((isfriked && pr_typecurrent)) //friked progs only allow one file.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue