mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 12:32:13 +00:00
- seems I missed a bit...
This commit is contained in:
parent
35594a5516
commit
c67a3e76b4
2 changed files with 6 additions and 5 deletions
|
@ -31,7 +31,8 @@ enum
|
||||||
BRIGHTPAL = (MAXPALOOKUPS),
|
BRIGHTPAL = (MAXPALOOKUPS),
|
||||||
|
|
||||||
MAXREALPAL = MAXPALOOKUPS - RESERVEDPALS
|
MAXREALPAL = MAXPALOOKUPS - RESERVEDPALS
|
||||||
}
|
};
|
||||||
|
|
||||||
// fixme: should use the flags from the PRSFlags enum directly
|
// fixme: should use the flags from the PRSFlags enum directly
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue