X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_rf.h;h=fe16b89cb74914bff277928eecbd10072d46ac89;hb=be16a39d3ed2b062cca8167096a24dd7aa826b44;hp=e70fb104b1db0a4fc6283e86c5ef517a4f7bccdd;hpb=0d61e6c7f0e9fbb2838962ef7452c2f6c8a5455b;p=16.git diff --git a/src/lib/16_rf.h b/src/lib/16_rf.h index e70fb104..fe16b89c 100755 --- a/src/lib/16_rf.h +++ b/src/lib/16_rf.h @@ -81,12 +81,12 @@ #define MSPEED (INTILE+NUMTILE16M) #define CGAGR 1 #define EGAGR 2 -#define MAXSHIFTS 1 +//#define MAXSHIFTS 1 #define TILEWIDTH TILEWH typedef enum {NOcard,MDAcard,CGAcard,EGAcard,MCGAcard,VGAcard, HGCcard=0x80,HGCPcard,HICcard} cardtype; typedef enum {CGAgr,EGAgr,VGAgr} grtype; -typedef struct +/*typedef struct { int width, height, @@ -101,7 +101,7 @@ typedef struct unsigned planesize[MAXSHIFTS]; unsigned width[MAXSHIFTS]; byte data[]; -} spritetype; // the memptr for each sprite points to this +} spritetype; // the memptr for each sprite points to this*/ // //===========================================================================