mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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 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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue