- Fixed: Argument count for UsePuzzleItem was wrong.
- Added more things from Gez's experimental build: * MBF grenade and bouncing code. * Arch Vile ghosts emulation (only for compatibility.txt.) * Several MBF related compatibility options. SVN r1821 (trunk)
This commit is contained in:
parent
238d4c3fac
commit
ea8c94d637
24 changed files with 367 additions and 160 deletions
|
|
@ -3250,13 +3250,3 @@ int P_FindLineSpecial (const char *string, int *min_args, int *max_args)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char *GetSpecialName(int num)
|
||||
{
|
||||
for(int i = 0; i < countof(LineSpecialNames); i++)
|
||||
{
|
||||
if (LineSpecialNames[i].number == num)
|
||||
return LineSpecialNames[i].name;
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue