From 3aecc2276430ab55851a89f012a9663fec48f30f Mon Sep 17 00:00:00 2001
From: Louis-Antoine <lamr@free.fr>
Date: Thu, 12 Nov 2020 21:33:47 +0100
Subject: [PATCH] Add a shorthand alias for FRACUNIT

---
 src/deh_tables.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/deh_tables.c b/src/deh_tables.c
index 5733d9b0ed..926ca805ce 100644
--- a/src/deh_tables.c
+++ b/src/deh_tables.c
@@ -4794,6 +4794,7 @@ struct int_const_s const INT_CONST[] = {
 
 	// fixed_t constants, from m_fixed.h
 	{"FRACUNIT",FRACUNIT},
+	{"FU"      ,FRACUNIT},
 	{"FRACBITS",FRACBITS},
 
 	// doomdef.h constants
-- 
GitLab