- Cleaned up some include dependencies.
SVN r1224 (trunk)
This commit is contained in:
parent
c86ca5e891
commit
db5723997c
217 changed files with 635 additions and 513 deletions
|
|
@ -67,6 +67,7 @@
|
|||
#include "info.h"
|
||||
#include "r_translate.h"
|
||||
#include "sbarinfo.h"
|
||||
#include "cmdlib.h"
|
||||
|
||||
extern FILE *Logfile;
|
||||
|
||||
|
|
@ -862,7 +863,7 @@ FBehavior::FBehavior (int lumpnum, FileReader * fr, int len)
|
|||
BYTE *strings = FindChunk (MAKE_ID('S','T','R','L'));
|
||||
if (strings != NULL)
|
||||
{
|
||||
StringTable = strings - Data + 8;
|
||||
StringTable = DWORD(strings - Data + 8);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue