mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix signed char in studio
This commit is contained in:
@@ -361,7 +361,7 @@ typedef struct mstudiotex_s
|
||||
typedef struct
|
||||
{
|
||||
byte weight[4];
|
||||
char bone[4];
|
||||
signed char bone[4];
|
||||
} mstudioboneweight_t;
|
||||
|
||||
// skin families
|
||||
|
||||
Reference in New Issue
Block a user