diff options
Diffstat (limited to 'src/Constants.h')
-rw-r--r-- | src/Constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Constants.h b/src/Constants.h index 1998e47..4528498 100644 --- a/src/Constants.h +++ b/src/Constants.h @@ -1,9 +1,9 @@ #ifndef _CONSTANTS_H_ #define _CONSTANTS_H_ -#define max_joints 50 -#define max_frames 50 -#define max_muscles 100 +#define max_joints 20 +#define max_frames 16 +#define max_muscles 29 #define gravity -25 #define bullethole 0 |