diff --git a/language.version b/language.version index 52756cf0a..3d3234a76 100644 --- a/language.version +++ b/language.version @@ -1,2 +1,2 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r729 \cu(Sun 3 Jan 01:51:49 CET 2021)"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r729 \cu(Sun 3 Jan 14:14:02 CET 2021)"; diff --git a/zscript/swwm_handler.zsc b/zscript/swwm_handler.zsc index cdc6a9fb1..3c1c54f75 100644 --- a/zscript/swwm_handler.zsc +++ b/zscript/swwm_handler.zsc @@ -938,34 +938,6 @@ Class SWWMHandler : EventHandler l.ChangeStatNum(Thinker.STAT_STATIC); l.myplayer = p; } - // horrendous piece of shit bandaid fix because gzdoom gets on my fucking nerves with its inconsistency bullshit - let ti = ThinkerIterator.Create("SWWMLoreLibrary",Thinker.STAT_STATIC); - SWWMLoreLibrary l2; - bool bmesg = false; - while ( l2 = SWWMLoreLibrary(ti.Next()) ) - { - if ( (l2 == l) || (l2.myplayer != p) ) continue; - if ( !bmesg ) - { - Console.Printf("If these messages appear, something broke and should be reported."); - bmesg = true; - } - // merge excess libraries (if it ever happens) - Console.Printf("Merging existing lore library with %d entries.",l2.ent.Size()); - for ( int i=0; i