Qux removed to a plugin.
Small bugfixes. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@887 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ffd07a8500
commit
e269aeaf16
36 changed files with 512 additions and 844 deletions
|
@ -1778,7 +1778,24 @@ unsigned short QCC_PR_WriteProgdefs (char *filename)
|
|||
|
||||
|
||||
if (ForcedCRC)
|
||||
return ForcedCRC;
|
||||
crc = ForcedCRC;
|
||||
|
||||
switch (crc)
|
||||
{
|
||||
case 54730:
|
||||
printf("Recognised progs as QuakeWorld\n");
|
||||
break;
|
||||
case 5927:
|
||||
printf("Recognised progs as regular Quake\n");
|
||||
break;
|
||||
case 38488:
|
||||
printf("Recognised progs as origional Hexen2\n");
|
||||
break;
|
||||
case 26905:
|
||||
printf("Recognised progs as Hexen2 Mission Pack\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
return crc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue