mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
TWINE: fixed polygon filler type enums
This commit is contained in:
parent
46a810558e
commit
ae07194e58
@ -30,11 +30,11 @@
|
||||
#include "twine/twine.h"
|
||||
|
||||
#define POLYGONTYPE_FLAT 0
|
||||
#define POLYGONTYPE_TELE 1
|
||||
// horizontal color adjustment with changing pattern over the polygon
|
||||
#define POLYGONTYPE_COPPER 1
|
||||
#define POLYGONTYPE_BOPPER 2
|
||||
#define POLYGONTYPE_MARBLE 3
|
||||
#define POLYGONTYPE_TELE 4
|
||||
#define POLYGONTYPE_COPPER 2
|
||||
#define POLYGONTYPE_BOPPER 3
|
||||
#define POLYGONTYPE_MARBLE 4
|
||||
#define POLYGONTYPE_TRAS 5
|
||||
#define POLYGONTYPE_TRAME 6
|
||||
#define POLYGONTYPE_GOURAUD 7
|
||||
|
Loading…
Reference in New Issue
Block a user