Flashes don't need a queue now that interface events exist.
This commit is contained in:
parent
ff7096b526
commit
19e460fc3a
5 changed files with 16 additions and 38 deletions
|
|
@ -90,6 +90,11 @@ extend Class SWWMHandler
|
|||
bar.ntagtic = level.totaltime;
|
||||
bar.ntagcol = nametagcolor;
|
||||
}
|
||||
else if ( e.Name ~== "swwmdoflash" )
|
||||
{
|
||||
GenericFlash gf = new("GenericFlash").Setup(flash_camera,flash_color,flash_duration);
|
||||
StatusBar.AttachMessage(gf,0,BaseStatusBar.HUDMSGLayer_UnderHUD);
|
||||
}
|
||||
}
|
||||
|
||||
override void NetworkProcess( ConsoleEvent e )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue