Allow ragdoll joints to default to disabled, fix off-by-one bug (which can cause ode problems).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5519 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2019-08-19 16:09:47 +00:00
parent 87fdee2282
commit 2f6cd29511
2 changed files with 9 additions and 3 deletions

View file

@ -480,6 +480,7 @@ typedef struct
char name[32];
// unsigned int disablebits;
qboolean draw:1;
qboolean startenabled:1;
//ode info
int type;