Skip to content

Commit

Permalink
Fixed|libcommon: Fixed character encoding issue in p_mapsetup.c
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 24, 2013
1 parent be760c6 commit 515de32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/p_mapsetup.c
Expand Up @@ -833,7 +833,7 @@ static void precacheResources()
{ MT_SOR2FXSPARK, GM_ANY ^ GM_HERETIC_SHAREWARE },
{ MT_SOR2FX2, GM_ANY ^ GM_HERETIC_SHAREWARE },
{ MT_SOR2TELEFADE, GM_ANY ^ GM_HERETIC_SHAREWARE },
{ MT_WIZARD, GM_ANY ^ GM_HERETIC_SHAREWARE }, // In case D’sparil is on a map with no Disciples
{ MT_WIZARD, GM_ANY ^ GM_HERETIC_SHAREWARE }, // In case D'sparil is on a map with no Disciples
{ MT_MNTRFX1, GM_ANY ^ GM_HERETIC_SHAREWARE },
{ MT_MNTRFX2, GM_ANY ^ GM_HERETIC_SHAREWARE },
{ MT_MNTRFX3, GM_ANY ^ GM_HERETIC_SHAREWARE },
Expand Down

0 comments on commit 515de32

Please sign in to comment.