X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=be4d81e4e2283bdca4bfbbdcc6ca331de749fca6;hb=96e05db3b16f8e7ea67df81250163e0b590c4195;hp=2ac1889337d37c542bfafef4fe73e9b93adf5bb5;hpb=3dc6dfae836293380daf9e7dbd7c04d211a2cb16;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 2ac18893..be4d81e4 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -221,7 +221,7 @@ typedef struct word speed; //player speed! bitmap_t data; //supposively the sprite sheet data sword hp; //hitpoints of the player - sword persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */ + int persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */ CursorInfo info; ControlType Controls; } player_t;