Skip to content

Commit

Permalink
Fixed: Missing ddvalue_t for DD_NUMMUSIC (refactoring oversight)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Aug 10, 2014
1 parent 15ce6b2 commit fd1766d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/dd_main.cpp
Expand Up @@ -2424,6 +2424,7 @@ ddvalue_t ddValues[DD_LAST_VALUE - DD_FIRST_VALUE - 1] = {
#endif
{&defs.sounds.count.num, 0},
{0, 0},
{0, 0},
#ifdef __CLIENT__
{&clientPaused, &clientPaused},
{&weaponOffsetScaleY, &weaponOffsetScaleY},
Expand Down

0 comments on commit fd1766d

Please sign in to comment.