Backported changes from devel branch.

This commit is contained in:
Marisa the Magician 2019-02-08 14:56:02 +01:00
commit 4e27e614a7
8 changed files with 60 additions and 18 deletions

View file

@ -1843,7 +1843,7 @@ Class UTMainHandler : EventHandler
qf.c = c;
qf.tic = gametic;
qf.cam = camera;
let hnd = UTMainHandler(StaticEventHandler.Find("UTMainHandler"));
let hnd = UTMainHandler(EventHandler.Find("UTMainHandler"));
hnd.flashes.push(qf);
}