Skip to content

Commit

Permalink
Fixed|Definitions|libdoomsday: Missing attack sounds (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 28, 2015
1 parent 324f9ab commit a036d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/libdoomsday/src/defs/dedparser.cpp
Expand Up @@ -1238,7 +1238,7 @@ DENG2_PIMPL(DEDParser)
RV_STR_ELEM("Raise state", (*mo)["states"], SN_RAISE)

RV_STR_ELEM("See sound", (*mo)["sounds"], SDN_SEE)
RV_STR_ELEM("Attack sound", (*mo)["sounds"], SDN_ACTIVE)
RV_STR_ELEM("Attack sound", (*mo)["sounds"], SDN_ATTACK)

This comment has been minimized.

Copy link
@skyjake

skyjake Nov 28, 2015

Owner

Good catch 👍

RV_STR_ELEM("Pain sound", (*mo)["sounds"], SDN_PAIN)
RV_STR_ELEM("Death sound", (*mo)["sounds"], SDN_DEATH)
RV_STR_ELEM("Active sound", (*mo)["sounds"], SDN_ACTIVE)
Expand Down

0 comments on commit a036d56

Please sign in to comment.