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:
parent
87fdee2282
commit
2f6cd29511
2 changed files with 9 additions and 3 deletions
|
@ -480,6 +480,7 @@ typedef struct
|
|||
char name[32];
|
||||
// unsigned int disablebits;
|
||||
qboolean draw:1;
|
||||
qboolean startenabled:1;
|
||||
|
||||
//ode info
|
||||
int type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue