Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#139854   2018-04-03 05:59          
The tuning menu is built in the Mechanic.java in the
public void handleEvent( GameRef obj_ref, int event, String param )
function, you are looking for the line (in the stock Mechanic.java)
Dialog dlg = new Dialog( player.controller, Dialog.DF_FREEZE|Dialog.DF_MODAL|Dialog.DF_DEFAULTBG|Dialog.DF_WIDE, "TUNE PART", "OK;Cancel" );
Remove the DF_FREEZE flag from the flags.