From d0d8236bad0264a8d7b0746c89c68f5be7cf5d35 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 3 Jun 2025 13:21:47 -0400 Subject: [PATCH] Fix waterpanel in deh_tables --- src/deh_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 9eb28fce4..4bd08029b 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -1582,7 +1582,7 @@ struct int_const_s const INT_CONST[] = { // terrain_flags_t {"TRF_LIQUID",TRF_LIQUID}, {"TRF_SNEAKERPANEL",TRF_SNEAKERPANEL}, - {"TRF_WATERRUNPANEL",}, + {"TRF_WATERRUNPANEL", TRF_WATERRUNPANEL}, {"TRF_TRIPWIRE",TRF_TRIPWIRE}, {"TRF_REMAP",TRF_REMAP}, {"TRF_BYPASSBOOST", TRF_BYPASSBOOST},