- renamed more stuff and also moved the Strife teaser voice handling out of the file system.
This commit is contained in:
parent
c1bb7de23a
commit
80c6d5b276
91 changed files with 538 additions and 499 deletions
|
|
@ -162,7 +162,7 @@ void D_LoadWadSettings ()
|
|||
|
||||
while ((lump = fileSystem.FindLump ("KEYCONF", &lastlump)) != -1)
|
||||
{
|
||||
FileData data = fileSystem.ReadLump (lump);
|
||||
FileData data = fileSystem.ReadFile (lump);
|
||||
const char *eof = (char *)data.GetMem() + fileSystem.FileLength (lump);
|
||||
const char *conf = (char *)data.GetMem();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue