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
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1170 \cu(sáb 25 ene 2025 14:18:43 CET)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1170 \cu(2025-01-25 14:18:43)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1171 \cu(sáb 25 ene 2025 14:25:21 CET)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1171 \cu(2025-01-25 14:25:21)\c-";
|
||||
|
|
|
|||
|
|
@ -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