This commit is contained in:
parent
1f699b27eb
commit
ebda143270
10 changed files with 90 additions and 81 deletions
|
@ -13,10 +13,10 @@
|
|||
|
||||
#include "FX\FXjfish.h"
|
||||
|
||||
int LegCount=3;
|
||||
int LegWInc=32/LegCount;
|
||||
int LegHInc=-4;
|
||||
int LegAngleInc=7;
|
||||
static const int LegCount=3;
|
||||
static const int LegWInc=32/LegCount;
|
||||
static const int LegHInc=-4;
|
||||
static const int LegAngleInc=7;
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue