mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- fixed transparent color.
This commit is contained in:
parent
a3e6829817
commit
5e93b8f3e7
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef build_h_
|
||||
#define build_h_
|
||||
|
||||
#define TRANSPARENT_INDEX 255
|
||||
#define TRANSPARENT_INDEX 0
|
||||
|
||||
static_assert('\xff' == 255, "Char must be unsigned!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue