mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 16:09:41 +00:00
Fixed transparent enemies/items
This commit is contained in:
parent
7b0ff90329
commit
0ed4e8c2e2
@ -95,7 +95,7 @@ static const byte *tempfuzzmap;
|
||||
//
|
||||
|
||||
#define FUZZTABLE 50
|
||||
#define FUZZOFF (SCREENWIDTH)
|
||||
#define FUZZOFF 1
|
||||
|
||||
static const int fuzzoffset_org[FUZZTABLE] = {
|
||||
FUZZOFF,-FUZZOFF,FUZZOFF,-FUZZOFF,FUZZOFF,FUZZOFF,-FUZZOFF,
|
||||
|
Loading…
Reference in New Issue
Block a user