Fix waterpanel in deh_tables
This commit is contained in:
parent
de91aa3a13
commit
d0d8236bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue