Small fixes from devel branch.

This commit is contained in:
Marisa the Magician 2019-02-08 15:18:36 +01:00
commit 17622ad3c8
2 changed files with 2 additions and 2 deletions

View file

@ -1964,7 +1964,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);
}