mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-28 10:10:43 -04:00
Match bgun_render
This commit is contained in:
+7
-2
@@ -988,8 +988,13 @@ typedef struct {
|
||||
};
|
||||
/*0x06*/ u8 flags;
|
||||
/*0x07*/ u8 colour;
|
||||
/*0x08*/ s16 s;
|
||||
/*0x0a*/ s16 t;
|
||||
union {
|
||||
struct {
|
||||
/*0x08*/ s16 s;
|
||||
/*0x0a*/ s16 t;
|
||||
};
|
||||
s16 tc[2];
|
||||
};
|
||||
} Vtx;
|
||||
|
||||
typedef union {
|
||||
|
||||
+38
-2578
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user