[Level Refactor bcc1aa95b] Titlemap breakage

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [Level Refactor bcc1aa95b] Titlemap breakage

Re: [Level Refactor bcc1aa95b] Titlemap breakage

by Graf Zahl » Sat Feb 09, 2019 1:47 am

Fixed. The event manager wasn't fully cleared, leaving a reference to the already destroyed handler behind.

[Level Refactor bcc1aa95b] Titlemap breakage

by phantombeta » Thu Feb 07, 2019 4:00 pm

Titlemaps appear to be having issues with event handlers, and possibly other map-specific things. Quite simply, it'll carry the event handlers over from the titlemap to the first level started. Starting the map again seems to fix the issue.
Loading save files also does not seem to exhibit the same problem, though I can't confirm it.

Attached is a simple titlemap with an event handler.
Steps to reproduce:
  • Start GZDoom with the titlemap loaded.
  • Start a new game. The titlemap's event handler and animation will persist onto the new game.
Attachments
TITLEMAP.pk3
(2.95 KiB) Downloaded 27 times

Top