revert DISPLAY_MONITOR_WIDTH
This commit is contained in:
parent
dd197c1abc
commit
e1c4cf5232
|
@ -31,7 +31,7 @@ namespace fallout {
|
|||
|
||||
#define DISPLAY_MONITOR_X (23)
|
||||
#define DISPLAY_MONITOR_Y (24)
|
||||
#define DISPLAY_MONITOR_WIDTH (175 + gInterfaceBarContentOffset)
|
||||
#define DISPLAY_MONITOR_WIDTH (167 + gInterfaceBarContentOffset)
|
||||
#define DISPLAY_MONITOR_HEIGHT (60)
|
||||
|
||||
#define DISPLAY_MONITOR_HALF_HEIGHT (DISPLAY_MONITOR_HEIGHT / 2)
|
||||
|
|
Loading…
Reference in New Issue