mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
matched func_80078190 and render_rain_overlay (#506)
* matched func_80078190 * renamed the function * match render_rain_overlay * update score * update symbol files * use DKR_TRIANGLE
This commit is contained in:
@@ -575,6 +575,8 @@ typedef struct TexCoords {
|
||||
#define BACKFACE_CULL 0x00
|
||||
#define BACKFACE_DRAW 0x40
|
||||
|
||||
#define DKR_TRIANGLE(flags, ind0, ind1, ind2) ((flags << 24) | (ind0 << 16) | (ind1 << 8) | (ind2 << 0))
|
||||
|
||||
/* Size: 0x10 bytes */
|
||||
typedef struct Triangle {
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user