make XCNTR / YCNTR not hardcoded

Alexwall request
This commit is contained in:
jacob1 2017-07-29 00:15:09 -04:00
parent b38b2047e6
commit a278892267

View File

@ -118,8 +118,8 @@
#define YRES 384
#define NPART XRES*YRES
#define XCNTR 306
#define YCNTR 192
#define XCNTR XRES/2
#define YCNTR YRES/2
#define WINDOWW (XRES+BARSIZE)
#define WINDOWH (YRES+MENUSIZE)