Browse Source

engine: fix signed char in studio

pull/2/head
Alibek Omarov 5 years ago
parent
commit
67cdbef833
  1. 2
      engine/studio.h

2
engine/studio.h

@ -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…
Cancel
Save