X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vl.h;h=abea3773a42963c2472a515ad2dbda23324e5e92;hb=e42f649aa2ec07f95d127917fe27bc4131a63b01;hp=64c309e7738cff773fbc44fe1ad8211c040567b0;hpb=c28d5b8162a2fef3c362a709915d6f8ad18625e1;p=16.git diff --git a/src/lib/16_vl.h b/src/lib/16_vl.h index 64c309e7..abea3773 100755 --- a/src/lib/16_vl.h +++ b/src/lib/16_vl.h @@ -251,7 +251,7 @@ static inline byte modexreadPixel(page_t *page, int x, int y, word addr) #endif void modexDrawChar(page_t *page, int x/*for planar selection only*/, word t, word col, word bgcol, word addr); -void modexprint(page_t *page, sword x, sword y, word t, boolean tlsw, word col, word bgcol, boolean sw, const byte *str); +void modexprint(page_t *page, sword x, sword y, word t, boolean tlsw, word color, word bgcolor, boolean vidsw, const byte *str); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void VL_modexPrintTextBox(global_game_variables_t *gvar); void modexpdump(page_t *pee);