This commit is contained in:
Paul 2001-05-09 22:12:00 +00:00
parent 5ac705e30b
commit 88ebe93333
14 changed files with 49 additions and 26 deletions

View file

@ -130,7 +130,8 @@ typedef enum
PI_LEFT =1<<2,
PI_RIGHT =1<<3,
PI_JUMP =1<<4,
PI_ACTION =1<<5,
PI_FIRE =1<<5,
PI_CATCH =1<<6,
}PLAYERINPUT;