From fee277eb0a3bfee3000a6f2adb610ab0b274a917 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Mon, 27 Sep 2010 05:48:13 +0000 Subject: + V_DrawXlaPatch added + xlatab lump loading handled in v_video.c + Pop up menus added in st_stuff (not completed still) Subversion-branch: /branches/strife-branch Subversion-revision: 2143 --- src/v_video.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/v_video.h') diff --git a/src/v_video.h b/src/v_video.h index f7952eaa..01791d6c 100644 --- a/src/v_video.h +++ b/src/v_video.h @@ -67,7 +67,7 @@ void V_DrawPatchFlipped(int x, int y, patch_t *patch); void V_DrawTLPatch(int x, int y, patch_t *patch); void V_DrawAltTLPatch(int x, int y, patch_t * patch); void V_DrawShadowedPatch(int x, int y, patch_t *patch); - +void V_DrawXlaPatch(int x, int y, patch_t * patch); // villsa [STRIFE] void V_DrawPatchDirect(int x, int y, patch_t *patch); // Draw a linear block of pixels into the view buffer. @@ -99,5 +99,11 @@ void V_ScreenShot(char *format); void V_LoadTintTable(void); +// villsa [STRIFE] +// Load the lookup table for translucency calculations from the XLATAB +// lump. + +void V_LoadXlaTable(void); + #endif -- cgit v1.2.3