From 00516e5e9f79b5ceeec3ed104ca45a04902cedcf Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Thu, 12 May 2016 18:02:44 +0100 Subject: [PATCH] Update comment stating visplane_t size in bytes --- src/r_plane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_plane.h b/src/r_plane.h index 562c6a9ae..2c94b18cf 100644 --- a/src/r_plane.h +++ b/src/r_plane.h @@ -21,7 +21,7 @@ // // Now what is a visplane, anyway? // Simple: kinda floor/ceiling polygon optimised for SRB2 rendering. -// 7748 bytes! (for win32, anyway) +// 7764 bytes! (for win32, anyway) // typedef struct visplane_s {