GitExl / WhackEd4

As a replacement for the DOS-based Dehacked, WhackEd4 allows you to load and edit Doom Dehacked files.
http://www.teamhellspawn.com/exl/whacked4
BSD 2-Clause "Simplified" License
43 stars 7 forks source link

Crash when trying to select PlaySound code pointer (on frame 1038) #9

Closed VGkav closed 8 years ago

VGkav commented 8 years ago

Traceback (most recent call last): File "src\whacked4\ui\editors\statesframe.py", line 671, in set_action File "src\whacked4\ui\editors\statesframe.py", line 494, in set_param_visibility KeyError: 'name'

GitExl commented 8 years ago

The PlaySound action was missing a parameter name in the DoomRetro engine configuration. Fixed, thanks.