From ab91803ce6e6d99bca246e5fb05b9816a1389c51 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 4 Jan 2025 16:25:48 -0500 Subject: [PATCH] Readd Intro entry --- src/deh_tables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deh_tables.c b/src/deh_tables.c index e507274ed..0bd415bae 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -6968,6 +6968,7 @@ struct int_const_s const INT_CONST[] = { {"GS_CREDITS",GS_CREDITS}, {"GS_EVALUATION",GS_EVALUATION}, {"GS_GAMEEND",GS_GAMEEND}, + {"GS_INTRO",GS_INTRO}, {"GS_CUTSCENE",GS_CUTSCENE}, {"GS_DEDICATEDSERVER",GS_DEDICATEDSERVER}, {"GS_WAITINGPLAYERS",GS_WAITINGPLAYERS},