Skip to content

Commit

Permalink
Fixed (jHeretic): "Heretic: Incorrect menu and door sounds" (see here h…
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jun 5, 2009
1 parent 1d60402 commit a94fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/p_door.c
Expand Up @@ -72,7 +72,7 @@
# define SFX_DOORBLAZEOPEN (SFX_BDOPN)
# define SFX_DOORLOCKED (SFX_OOF)
#elif __JHERETIC__
# define SFX_DOORCLOSE (SFX_DOROPN)
# define SFX_DOORCLOSE (SFX_DORCLS)
# define SFX_DOORBLAZECLOSE (SFX_NONE)
# define SFX_DOOROPEN (SFX_DOROPN)
# define SFX_DOORBLAZEOPEN (SFX_DOROPN)
Expand Down

0 comments on commit a94fb65

Please sign in to comment.