diff --git a/src/r_defs.h b/src/r_defs.h index 1bc9f6e01..2d1dc5ca9 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -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;