mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- gutted cache1d. The old file system is gone, excepr for klistpath, which still gets used in a few places.
- consolidated the 3 identical S_OpenAudio implementations. The replacement code is disabled for the time being because it needs a rewrite. The replacement logic is uses is a bit too volatile. - removed the old GRP scan code.
This commit is contained in:
parent
2d7c0e26d2
commit
cfca8060ba
47 changed files with 664 additions and 3837 deletions
|
@ -1808,10 +1808,6 @@ static int32_t defsparser(scriptfile *script)
|
|||
int32_t basepal=-1, pal=-1;
|
||||
char *fn = NULL;
|
||||
char *highpalend;
|
||||
#ifdef POLYMER
|
||||
buildvfs_kfd fd;
|
||||
char *highpaldata;
|
||||
#endif
|
||||
static const tokenlist highpaltokens[] =
|
||||
{
|
||||
{ "basepal", T_BASEPAL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue