X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=9b3e9db9944025176f149569e2bc84c9ec576a96;hb=0d02518552465fdbf55c4fc57fd04916ea0ad53e;hp=8008ab8641cda8756977fee740dd95f9533e0cdd;hpb=2671c2fbb3ae37b5b9e20182a51b5aa6fb7220ec;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 8008ab86..9b3e9db9 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -219,7 +219,7 @@ typedef struct word q; //loop variable word speed; //player speed! bitmap_t data; //supposively the sprite sheet data - int hp; //hitpoints of the player + sword hp; //hitpoints of the player word persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */ CursorInfo info; ControlType Controls;