How did I NOT notice this massive oopsie?
This commit is contained in:
parent
f90c16b36d
commit
8ea3b3a621
2 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ Class LampMoth : Actor
|
|||
{
|
||||
// look for nearby lamps
|
||||
double mindist = 62500.;
|
||||
if ( !hnd ) SWWMHandler(EventHandler.Find("SWWMHandler"));
|
||||
if ( !hnd ) hnd = SWWMHandler(EventHandler.Find("SWWMHandler"));
|
||||
foreach ( s:level.Sectors )
|
||||
{
|
||||
// don't check sectors that aren't within bounds, saves some time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue