mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Fix missed tr_local -> RenderCommon imports.
This commit is contained in:
parent
1bf4d74710
commit
61d4d6dd36
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#include <SDL.h>
|
||||
|
||||
#include "renderer/tr_local.h"
|
||||
#include "renderer/RenderCommon.h"
|
||||
#include "sdl_local.h"
|
||||
#include "../posix/posix_public.h"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#include <SDL.h>
|
||||
|
||||
#include "renderer/tr_local.h"
|
||||
#include "renderer/RenderCommon.h"
|
||||
#include "sdl_local.h"
|
||||
|
||||
idCVar in_nograb( "in_nograb", "0", CVAR_SYSTEM | CVAR_NOCHEAT, "prevents input grabbing" );
|
||||
|
|
Loading…
Reference in a new issue