mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 13:01:48 +00:00
Fix compile error for msvc
This commit is contained in:
parent
9416d436fe
commit
3890c80b1a
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ extern double ViewSin;
|
||||||
extern int viewwindowx;
|
extern int viewwindowx;
|
||||||
extern int viewwindowy;
|
extern int viewwindowy;
|
||||||
|
|
||||||
|
typedef BYTE lighttable_t; // This could be wider for >8 bit display.
|
||||||
|
|
||||||
namespace swrenderer
|
namespace swrenderer
|
||||||
{
|
{
|
||||||
|
|
||||||
typedef BYTE lighttable_t; // This could be wider for >8 bit display.
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// POV related.
|
// POV related.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue