X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.h;h=70bddb634c11ff34ccb401a1b564f7817efa9345;hb=4098c490a285a716b46640e8c04f621ccf441f81;hp=d1fe75a71b797378415092ebe7479a90b71d7773;hpb=7208080604e6f5d4568deaa064f590c9df5f3f42;p=16.git diff --git a/16/dos_gfx.h b/16/dos_gfx.h index d1fe75a7..70bddb63 100644 --- a/16/dos_gfx.h +++ b/16/dos_gfx.h @@ -10,7 +10,7 @@ //static hgq=NUM_COLORS/(1/8) #define BONK 400 #define LGQ 32 -#define HGQ 56 +#define HGQ 55 #define TILEWH 16 #define QUADWH TILEWH/2 #define BUFFMX 4 @@ -48,7 +48,7 @@ void cls(byte color, byte *Where); short colortest(); short colorz(); void ssd(short svq); -//void pdump(int mult); +void pdump(); //void tulip(); short ding(int q);