please check this example with "Optimize compiled code" enabled:
on init
declare ui_table t[8](2, 2, 100)
t -> hide := HIDE_PART_BG .or. HIDE_PART_VALUE
end on
The problem was introduced around this commit:
Segregate built-in constants from variables in ksp_builtins_data.py (#412) dc4cbe8 EvilDragon mario.kruselj@gmail.com 30.11.2023, 21:24
The optimise logic tries to convert HIDE_PART_BG into an int.
please check this example with "Optimize compiled code" enabled:
The problem was introduced around this commit: Segregate built-in constants from variables in ksp_builtins_data.py (#412) dc4cbe8 EvilDragon mario.kruselj@gmail.com 30.11.2023, 21:24 The optimise logic tries to convert HIDE_PART_BG into an int.