Skip to content

Commit

Permalink
Fixed|Doom: No Episodes defined for doom1-share (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Nov 28, 2014
1 parent 37c53fb commit c339f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/doom/src/d_api.c
Expand Up @@ -114,7 +114,7 @@ int G_RegisterGames(int hookType, int param, void *data)
GameDef const doomShareDef = {
"doom1-share", "doom",
"DOOM Shareware", "id Software",
LEGACYSAVEGAMENAMEEXP, LEGACYSAVEGAMESUBFOLDER
LEGACYSAVEGAMENAMEEXP, LEGACYSAVEGAMESUBFOLDER,
"$(App.DataPath)/$(GamePlugin.Name)/doom1-share.mapinfo"
};

Expand Down

0 comments on commit c339f16

Please sign in to comment.