Skip to content

Commit

Permalink
Fixed|DMU: Added missing element/property name for DMU_SURFACE
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Apr 23, 2013
1 parent 32c3074 commit 7c08190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/map/p_dmu.cpp
Expand Up @@ -76,6 +76,7 @@ char const *DMU_Str(uint prop)
{ DMU_BSPLEAF, "DMU_BSPLEAF" },
{ DMU_SECTOR, "DMU_SECTOR" },
{ DMU_PLANE, "DMU_PLANE" },
{ DMU_SURFACE, "DMU_SURFACE" },
{ DMU_MATERIAL, "DMU_MATERIAL" },
{ DMU_LINEDEF_BY_TAG, "DMU_LINEDEF_BY_TAG" },
{ DMU_SECTOR_BY_TAG, "DMU_SECTOR_BY_TAG" },
Expand Down

0 comments on commit 7c08190

Please sign in to comment.