From c0f3a859701a2b083ad5e515b9bcaa9f73f27991 Mon Sep 17 00:00:00 2001 From: Danne Date: Sun, 21 May 2000 12:39:18 +0000 Subject: [PATCH] Fixing missing headers for win32 - this one caused nasty crash :-) --- source/vid_mgl.c | 2 ++ source/vid_wgl.c | 1 + 2 files changed, 3 insertions(+) diff --git a/source/vid_mgl.c b/source/vid_mgl.c index 403e30c..25edb40 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -41,6 +41,7 @@ #include "screen.h" #include "wad.h" #include "cmd.h" +#include "qendian.h" #define MINIMUM_MEMORY 0x550000 @@ -2278,6 +2279,7 @@ void VID_Init (unsigned char *palette) vid.maxwarpwidth = WARP_WIDTH; vid.maxwarpheight = WARP_HEIGHT; vid.colormap = host_colormap; +// vid.fullbright = 256 - (*((int *)vid.colormap + 2048)); vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048)); vid_testingmode = 0; diff --git a/source/vid_wgl.c b/source/vid_wgl.c index fabf3d9..f1bea8d 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -41,6 +41,7 @@ #include "keys.h" #include "qargs.h" #include "cmd.h" +#include "qendian.h" #define MAX_MODE_LIST 30 #define VID_ROW_SIZE 3