Replaces some zero-delay timers with INVOKE_ASYNC (#52434)

* INVOKE_ASYNC

Replaces a zero-delay timer with INVOKE_ASYNC

* More timers

Switches out some more zero-delay timers for `INVOKE_ASYNC`

* lib_codex_gigas

One last switch
This commit is contained in:
TemporalOroboros
2020-07-26 19:09:58 -07:00
committed by SkyratBot
parent 19cf64c475
commit 1ca448ae1f
7 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@
return FALSE
if(action == "search")
SStgui.close_uis(src)
addtimer(CALLBACK(src, .proc/perform_research, usr, currentName), 0)
INVOKE_ASYNC(src, .proc/perform_research, usr, currentName)
currentName = ""
currentSection = PRE_TITLE
return FALSE