Skip to content

Commit

Permalink
- seems I missed a bit...
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 21, 2021
1 parent 35594a5 commit c67a3e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions source/core/defparser.cpp
Expand Up @@ -2060,19 +2060,19 @@ static const dispatch basetokens[] =
{ "undeftexturerange", parseUndefTextureRange },
{ "alphahack", parseAlphahack },
{ "alphahackrange", parseAlphahackRange },
{ "spritecol", parseSkip<3> },
{ "spritecol", parseSkip<3> },
{ "2dcol", parseSkip<4> },
{ "2dcolidxrange", parseSkip<3> },
{ "2dcolidxrange", parseSkip<3> },
{ "fogpal", parseFogpal },
{ "loadgrp", parseSkip<1> },
{ "dummytile", parseDummyTile },
{ "dummytile", parseDummyTile },
{ "dummytilerange", parseDummyTileRange },
{ "setuptile", parseSetupTile },
{ "setuptilerange", parseSetupTileRange },
{ "undefinetile", parseUndefineTile },
{ "undefinetilerange", parseUndefineTileRange },
{ "animtilerange", parseAnimTileRange },
{ "cachesize", parseSkip<1> },
{ "cachesize", parseSkip<1> },
{ "dummytilefrompic",parseImportTile },
{ "tilefromtexture", parseTileFromTexture },
{ "artfile", parseArtFile },
Expand Down
3 changes: 2 additions & 1 deletion source/core/palette.h
Expand Up @@ -31,7 +31,8 @@ enum
BRIGHTPAL = (MAXPALOOKUPS),

MAXREALPAL = MAXPALOOKUPS - RESERVEDPALS
}
};

// fixme: should use the flags from the PRSFlags enum directly
enum
{
Expand Down

0 comments on commit c67a3e7

Please sign in to comment.