Skip to content

Commit

Permalink
Hexen|Fixed: Hexen 4-level demo IWAD recognition
Browse files Browse the repository at this point in the history
The hexendemo.wad does not have all the lumps required for the full
hexen.wad.
  • Loading branch information
skyjake committed Apr 11, 2012
1 parent a5162d3 commit 8c583df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/src/x_api.c
Expand Up @@ -95,7 +95,7 @@ int G_RegisterGames(int hookType, int param, void* data)

/* Hexen (Demo) */
gameIds[hexen_demo] = DD_DefineGame(&hexenDemoDef);
DD_AddGameResource(GID(hexen_demo), RC_PACKAGE, RF_STARTUP, "hexen.wad", "MAP01;MAP04;TINTTAB;FOGMAP;TRANTBLA;DARTA1;ARTIPORK;SKYFOG;TALLYTOP;GROVER");
DD_AddGameResource(GID(hexen_demo), RC_PACKAGE, RF_STARTUP, "hexendemo.wad;machexendemo.wad;hexen.wad", "MAP01;MAP04;TINTTAB;FOGMAP;DARTA1;ARTIPORK");
DD_AddGameResource(GID(hexen_demo), RC_PACKAGE, RF_STARTUP, STARTUPPK3, 0);
DD_AddGameResource(GID(hexen_demo), RC_DEFINITION, 0, "hexen-demo.ded", 0);
return true;
Expand Down

0 comments on commit 8c583df

Please sign in to comment.