From 3890c80b1a1031b2a5b1f90d3b31e428081f6f15 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Thu, 1 Dec 2016 08:59:47 +0100 Subject: [PATCH] Fix compile error for msvc --- src/r_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_main.h b/src/r_main.h index f4d0a144ab..5908667c8c 100644 --- a/src/r_main.h +++ b/src/r_main.h @@ -33,11 +33,11 @@ extern double ViewSin; extern int viewwindowx; extern int viewwindowy; +typedef BYTE lighttable_t; // This could be wider for >8 bit display. + namespace swrenderer { -typedef BYTE lighttable_t; // This could be wider for >8 bit display. - // // POV related. //