mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- cleaned out the remaining parts of baselayer.h
In particular this means to remove the option to disable widescreen aspect ratios. The way this was handled makes no sense with the current render backend. The aspect ratio code will have to be redone entirely to properly obey the backend's settings.
This commit is contained in:
parent
536e7455f2
commit
847fa48724
41 changed files with 27 additions and 105 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "m_swap.h"
|
||||
#include "v_colortables.h"
|
||||
#include "v_font.h"
|
||||
#include "printf.h"
|
||||
#include "../../glbackend/glbackend.h"
|
||||
|
||||
LookupTableInfo lookups;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue