JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Slicing programs that require input do not re-enable btn_stopslicing after input is received #369

Closed DarthFutuza closed 1 month ago

DarthFutuza commented 1 month ago

Slicing programs that require input do not re-enable btn_stopslicing after input is received: image

This will happen with both scan node and scan line programs. The default behavior when these programs are run is to disable the button ( Menu_ItemDisable(menu, "btn_stopslicing", 1); - as seen in \ui\jkg_slice.cpp while the program is in progress, but this never gets reset to re-enable the menu ( via Menu_ItemDisable(menu, "btn_stopslicing", 0); cmd.

DarthFutuza commented 1 month ago

Fixed with d2141b4