This commit is contained in:
Paul 2001-06-21 20:51:55 +00:00
parent 749b749a22
commit 6da7b53b4b
16 changed files with 205 additions and 73 deletions

View file

@ -78,7 +78,6 @@ typedef enum
STATE_BUTTFALL,
STATE_BUTTLAND,
STATE_BUTTBOUNCEUP,
STATE_DUCK,
STATE_SOAKUP,
STATE_GETUP,
STATE_LOOKDOWN,
@ -176,6 +175,13 @@ typedef enum
// Special anim that means SB will not get drawn
// Just pass it to setAnimNo() like a normal anim
#define ANIM_SPONGEBOB_DONOTDRAW -1
/*----------------------------------------------------------------------
Structure defintions
-------------------- */