xensik / gsc-tool

A utility to compile & decompile IW engine game scripts.
GNU General Public License v3.0
241 stars 44 forks source link

[IW] switch variable propagation #222

Closed xensik closed 1 month ago

xensik commented 2 months ago

switch statements for IW engine games are not back-propagating variables to parent when all inner blocks use them.

detected in IW6

xensik commented 1 month ago

done #224