Match bgun_render
This commit is contained in:
parent
a617fd62b1
commit
a438b99d5d
|
@ -988,8 +988,13 @@ typedef struct {
|
|||
};
|
||||
/*0x06*/ u8 flags;
|
||||
/*0x07*/ u8 colour;
|
||||
union {
|
||||
struct {
|
||||
/*0x08*/ s16 s;
|
||||
/*0x0a*/ s16 t;
|
||||
};
|
||||
s16 tc[2];
|
||||
};
|
||||
} Vtx;
|
||||
|
||||
typedef union {
|
||||
|
|
2616
src/game/bondgun.c
2616
src/game/bondgun.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue