Skip to content

Commit

Permalink
Fixed|Heretic: No Episodes defined for heretic-share (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 23, 2014
1 parent 8b3ed08 commit 7894970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/heretic/src/h_api.c
Expand Up @@ -84,7 +84,7 @@ int G_RegisterGames(int hookType, int param, void* data)
"heretic-share", CONFIGDIR,
"Heretic Shareware", "Raven Software",
LEGACYSAVEGAMENAMEEXP, LEGACYSAVEGAMESUBFOLDER,
"$(App.DataPath)/$(GamePlugin.Name).heretic-share.mapinfo"
"$(App.DataPath)/$(GamePlugin.Name)/.heretic-share.mapinfo"
};

DENG_UNUSED(hookType); DENG_UNUSED(param); DENG_UNUSED(data);
Expand Down

0 comments on commit 7894970

Please sign in to comment.