work around opensuse compilation issue #806

This commit is contained in:
nick black 2020-07-20 02:21:13 -04:00
parent e768fb1509
commit 0767aaec01
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -26,7 +26,7 @@ static int plot_grab_y = -1;
static int plot_pos_y;
// how many columns for runtime?
static const int HUD_ROWS = 3 + 2; // 2 for borders
#define HUD_ROWS (3 + 2) // 2 for borders
static const int HUD_COLS = 30 + 2; // 2 for borders
typedef struct elem {