Merge pull request #356 from MajorCooke/fix

Hotfix for runtime error.
This commit is contained in:
coelckers 2015-08-10 13:55:54 +02:00
commit 794d2240eb
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ const int SXF_NOPOINTERS = 1 << 22;
const int SXF_ORIGINATOR = 1 << 23; const int SXF_ORIGINATOR = 1 << 23;
const int SXF_TRANSFERSPRITEFRAME = 1 << 24; const int SXF_TRANSFERSPRITEFRAME = 1 << 24;
const int SXF_TRANSFERROLL = 1 << 25; const int SXF_TRANSFERROLL = 1 << 25;
const int SXF_ISTARGET = 1 << 26, const int SXF_ISTARGET = 1 << 26;
const int SXF_ISMASTER = 1 << 27, const int SXF_ISMASTER = 1 << 27;
const int SXF_ISTRACER = 1 << 28, const int SXF_ISTRACER = 1 << 28;
// Flags for A_Chase // Flags for A_Chase
const int CHF_FASTCHASE = 1; const int CHF_FASTCHASE = 1;