mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: fix signed char in studio
This commit is contained in:
parent
d6bb72f772
commit
67cdbef833
@ -361,7 +361,7 @@ typedef struct mstudiotex_s
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
byte weight[4];
|
byte weight[4];
|
||||||
char bone[4];
|
signed char bone[4];
|
||||||
} mstudioboneweight_t;
|
} mstudioboneweight_t;
|
||||||
|
|
||||||
// skin families
|
// skin families
|
||||||
|
Loading…
x
Reference in New Issue
Block a user