]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
pushing some changes!
[16.git] / src / lib / 16_tdef.h
index 126ae581f17011de42f2e495738486544f2742cd..125e0a233a4ee2a6520f143250637bfca6d9ec66 100755 (executable)
@@ -137,9 +137,9 @@ typedef     struct
        int triggery; //entity's trigger box tile position on the viewable map\r
        int sheetsetx; //NOT USED YET! entity sprite sheet set on the image x\r
        int sheetsety; //NOT USED YET! entity sprite sheet set on the image y\r
-       byte d;         //direction to render sprite!! wwww\r
+       nibble d;               //direction to render sprite!! wwww\r
        word dire;              //sprite in use\r
-       byte q;         //loop variable for anumation and locking the playing to compleate the animation cycle to prevent issues with misalignment www\r
+       nibble q,preq;  //loop variable for anumation and locking the playing to compleate the animation cycle to prevent issues with misalignment www\r
        word speed;             //entity speed!\r
        word spt;               //speed per tile\r
        struct sprite *spri; // sprite used by entity\r