- Added loading directories into the lump directory.
- fixed: The Dehacked parser could not parse flag values with the highest bit set because it used atoi to convert the string into a number. SVN r1624 (trunk)
This commit is contained in:
parent
53899121bf
commit
627838f379
13 changed files with 681 additions and 324 deletions
|
|
@ -52,6 +52,7 @@
|
|||
#include "m_crc32.h"
|
||||
#include "v_text.h"
|
||||
#include "d_net.h"
|
||||
#include "d_main.h"
|
||||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
|
|
@ -1367,7 +1368,6 @@ void FConsoleAlias::SafeDelete ()
|
|||
}
|
||||
}
|
||||
|
||||
extern void D_AddFile (const char *file);
|
||||
static BYTE PullinBad = 2;
|
||||
static const char *PullinFile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue