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.
Slicing programs that require input do not re-enable btn_stopslicing after input is received:
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.
Slicing programs that require input do not re-enable btn_stopslicing after input is received:
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 ( viaMenu_ItemDisable(menu, "btn_stopslicing", 0);
cmd.