mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
Add a wallext structure for non-Lunatic builds so they can have a blend member too.
git-svn-id: https://svn.eduke32.com/eduke32@6276 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
610d2e3b46
commit
cb12f25cda
7 changed files with 40 additions and 4 deletions
|
@ -4133,7 +4133,7 @@ void polymost_drawmaskwall(int32_t damaskwallcnt)
|
|||
#ifdef NEW_MAP_FORMAT
|
||||
uint8_t const blend = wal->blend;
|
||||
#else
|
||||
uint8_t const blend = 0;
|
||||
uint8_t const blend = wallext[thewall[z]].blend;
|
||||
#endif
|
||||
handle_blend(!!(wal->cstat & 128), blend, !!(wal->cstat & 512));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue