From e6f200ced01f3029aa1a67248894dc17d713ffc5 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 22 Jul 2015 14:38:21 -0700 Subject: [PATCH] sprites: fix the col5[ab]0 offset for vanilla For some reason this seemed to work properly in prboom-plus --- buildcfg.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildcfg.txt b/buildcfg.txt index 20539ab7..21a32de7 100644 --- a/buildcfg.txt +++ b/buildcfg.txt @@ -2505,8 +2505,8 @@ COL1A0 18 53 COL2A0 18 40 COL3A0 18 53 COL4A0 18 40 -COL5A0 18 47 -COL5B0 18 47 +COL5A0 18 48 +COL5B0 18 46 COL6A0 18 50 FCANA0 16 64 FCANB0 16 64