This commit is contained in:
Daveo 2001-05-30 22:05:41 +00:00
parent 1f699b27eb
commit ebda143270
10 changed files with 90 additions and 81 deletions

View file

@ -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;
/*****************************************************************************/
/*****************************************************************************/