diff --git a/src/y_inter.c b/src/y_inter.c index c414a776c..9fae679a8 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -604,8 +604,10 @@ skiptallydrawer: patch_t *rrmrk4 = W_CachePatchName("R_RRMRK4", PU_PATCH); patch_t *rrmln1 = W_CachePatchName("R_RRMLN1", PU_PATCH); patch_t *rrmln2 = W_CachePatchName("R_RRMLN2", PU_PATCH); + patch_t *rrmln5 = W_CachePatchName("R_RRMLN5", PU_PATCH); patch_t *rrmls1 = W_CachePatchName("R_RRMLS1", PU_PATCH); patch_t *rrmls2 = W_CachePatchName("R_RRMLS2", PU_PATCH); + patch_t *rrmls3 = W_CachePatchName("R_RRMLS3", PU_PATCH); patch_t *rtpbr = W_CachePatchName("R_RTPBR", PU_PATCH); UINT8 *color = R_GetTranslationColormap(TC_DEFAULT, SKINCOLOR_YELLOW, GTC_CACHE); // I don't even know how necessary this is anymore but I don't want the game yelling at me @@ -670,10 +672,28 @@ skiptallydrawer: // Draw the lines // Draw the shadows first, so they don't draw over the lines - //V_DrawFixedPatch(26<