Zezombye / overpy

High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
175 stars 25 forks source link

fix unknown min max operators #358

Closed CactusPuppy closed 5 months ago

CactusPuppy commented 5 months ago

This PR fixes a bug introduced in b1055e9a4946b0c9019c0f9b3d2f90f3bb70741a which always prevented de-optimization of operators such as +=. This also had the unintended side-effect of completely preventing the max= and min= operators from being recognized.