This commit is contained in:
Daveo 2001-06-01 15:10:05 +00:00
parent 8f4cbe45a8
commit 99a6466f54
8 changed files with 113 additions and 128 deletions

View file

@ -40,10 +40,10 @@ virtual void SetScale(int S) {CurrentScale=S;}
protected:
sFXAnim *DataPtr;
s16 Gravity;
s16 VelY;
s16 MaxFrame;
s16 CurrentFrame;
u16 renderFrame;
s16 CurrentScale;
};