Porting camera cnonsoles + getting them to work

This commit is contained in:
lolman360
2021-02-14 21:56:51 +11:00
parent 7dbbda13a0
commit a986b69737
54 changed files with 1097 additions and 764 deletions
@@ -163,6 +163,7 @@
idle_threads.Add(active_program)
active_program.program_state = PROGRAM_STATE_BACKGROUND // Should close any existing UIs
SSnanoui.close_uis(active_program.NM ? active_program.NM : active_program)
SStgui.close_uis(active_program.TM ? active_program.TM : active_program)
active_program = null
update_icon()
if(istype(user))
@@ -202,7 +203,6 @@
minimize_program(user)
if(P.run_program(user))
active_program = P
update_icon()
return 1