[Level Refactor bcc1aa95b] Titlemap breakage

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

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 Reply
User avatar
phantombeta
Posts: 2184
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

[Level Refactor bcc1aa95b] Titlemap breakage

Post by phantombeta »

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 31 times
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [Level Refactor bcc1aa95b] Titlemap breakage

Post by Graf Zahl »

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

Return to “Closed Bugs [GZDoom]”