mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- Increase maximum resolution to 2880x1800.
SVN r3628 (trunk)
This commit is contained in:
parent
d8f3a56092
commit
2117c84a78
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
|||
|
||||
#include "dthinker.h"
|
||||
|
||||
#define MAXWIDTH 2560
|
||||
#define MAXHEIGHT 1600
|
||||
#define MAXWIDTH 2880
|
||||
#define MAXHEIGHT 1800
|
||||
|
||||
const WORD NO_INDEX = 0xffffu;
|
||||
const DWORD NO_SIDE = 0xffffffffu;
|
||||
|
|
Loading…
Reference in a new issue