goodbye R_Draw2sMultiPatchColumn_8 and R_Draw2sMultiPatchTranslucentColumn_8

This commit is contained in:
Logan Aerl Arias 2024-02-19 13:19:31 -05:00
parent b3187d2e2f
commit 3910d99aa7

View file

@ -100,6 +100,8 @@ void R_DrawColumn_8(void)
} }
} }
/*
void R_Draw2sMultiPatchColumn_8(void) void R_Draw2sMultiPatchColumn_8(void)
{ {
INT32 count; INT32 count;
@ -283,6 +285,8 @@ void R_Draw2sMultiPatchTranslucentColumn_8(void)
} }
} }
*/
/** \brief The R_DrawShadeColumn_8 function /** \brief The R_DrawShadeColumn_8 function
Experiment to make software go faster. Taken from the Boom source Experiment to make software go faster. Taken from the Boom source
*/ */