This commit is contained in:
Christoph Oelckers 2020-05-31 23:38:17 +02:00
commit ff99dfbbc6
10 changed files with 49 additions and 28 deletions

View file

@ -810,6 +810,7 @@ xx(MoveBob)
xx(StillBob)
xx(ClassicFlight)
xx(WBobSpeed)
xx(WBobFire)
xx(PlayerClass)
xx(MonsterClass)
xx(MorphedMonster)

View file

@ -33,10 +33,7 @@
*/
#include <windows.h>
#include <GL/gl.h>
#include "wglext.h"
#include "gl_sysfb.h"
#include "hardware.h"
#include "x86.h"
#include "templates.h"
@ -52,8 +49,6 @@
#include "win32basevideo.h"
#include "cmdlib.h"
#include "gl_framebuffer.h"
CVAR(Int, vid_adapter, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
//==========================================================================