]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
made a new function modexMVSetup() and made scroller use dx and dy on page[0].dx...
[16.git] / src / lib / 16_tdef.h
index 101ad4754f50dbd0a2e2dc8b8eb92fabfbf23c61..fc9ccbea4add59a8cd476f9cdd0b28e95fcb6eb6 100755 (executable)
@@ -90,7 +90,7 @@ typedef struct {
 } map_t;\r
 \r
 typedef struct {\r
-       /*nibble*/word id;      /* the Identification number of the page~ For layering~ */\r
+       nibble/*word*/ id;      /* the Identification number of the page~ For layering~ */\r
        byte far* data; /* the data for the page */\r
        word dx;                /* col we are viewing on virtual screen (on page[0]) */ /* off screen buffer on the left size */\r
        word dy;                /* row we are viewing on virtual screen (on page[0]) */ /* off screen buffer on the top size */\r