From 89b9dd47e40ba1db0c01bc2c879bee8a730c15d5 Mon Sep 17 00:00:00 2001 From: Zwip-Zwap Zapony <zwipzwapzapony@gmail.com> Date: Sat, 1 Jun 2024 11:43:15 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Zwip-Zwap Zapony <zwipzwapzapony@gmail.com> --- src/deh_tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index ee042249e3..f113f6b19c 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -5805,8 +5805,8 @@ struct int_const_s const INT_CONST[] = { {"MB_SCROLLDOWN",MB_SCROLLDOWN}, // screen.h constants - {"MAXVIDWIDTH", MAXVIDWIDTH}, - {"MAXVIDHEIGHT", MAXVIDHEIGHT}, + {"BASEVIDWIDTH",BASEVIDWIDTH}, + {"BASEVIDHEIGHT",BASEVIDHEIGHT}, {NULL,0} }; -- GitLab