diff --git a/src/r_segs.c b/src/r_segs.c
index 64def9e59e71f06ac0ccecd5198ac1c0d25cd62f..ecc49fbc23ec80e7100c82dbd957fb453735f643 100644
--- a/src/r_segs.c
+++ b/src/r_segs.c
@@ -2086,7 +2086,6 @@ void R_StoreWallRange(INT32 start, INT32 stop)
 			}
 
 			rw_toptexturemid = FixedMul(rw_toptexturemid, rw_toptexturescaley);
-			rw_toptextureslide = FixedMul(rw_toptextureslide, rw_toptexturescaley);
 		}
 
 		// check BOTTOM TEXTURE
@@ -2127,7 +2126,6 @@ void R_StoreWallRange(INT32 start, INT32 stop)
 			}
 
 			rw_bottomtexturemid = FixedMul(rw_bottomtexturemid, rw_bottomtexturescaley);
-			rw_bottomtextureslide = FixedMul(rw_bottomtextureslide, rw_bottomtexturescaley);
 		}
 
 		rw_toptexturemid += toprowoffset;