]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
Signed-off-by: sparky4 <sparky4@cock.li>
[16.git] / src / lib / 16_in.h
index 9b3e9db9944025176f149569e2bc84c9ec576a96..eecfae5905bd772859827f1c8385ad0d2779825c 100644 (file)
@@ -214,13 +214,14 @@ typedef   struct
        int ty; //player tile position on the viewable map\r
        int triggerx; //player's trigger box tile position on the viewable map\r
        int triggery; //player's trigger box tile position on the viewable map\r
-       int setx; //NOT USED YET! player sprite sheet set on the image x\r
-       int sety; //NOT USED YET! player sprite sheet set on the image y\r
+       int sheetsetx; //NOT USED YET! player sprite sheet set on the image x\r
+       int sheetsety; //NOT USED YET! player sprite sheet set on the image y
+       word d; //direction!! wwww\r
        word q; //loop variable
        word speed;             //player speed!\r
        bitmap_t data; //supposively the sprite sheet data\r
        sword hp; //hitpoints of the player
-       word persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
+       int persist_aniframe;    /* gonna be increased to 1 before being used, so 0 is ok for default */\r
        CursorInfo      info;\r
        ControlType     Controls;
 } player_t;\r