Skip to content

Commit

Permalink
Resources|Client: Game logo can be produced whenever game is playable
Browse files Browse the repository at this point in the history
Ignore user’s potentially missing additional packages when making
the game logo.
  • Loading branch information
skyjake committed Mar 18, 2017
1 parent 7bb8573 commit ce7b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/resource/idtech1image.cpp
Expand Up @@ -82,7 +82,7 @@ Image IdTech1Image::makeGameLogo(Game const &game,
{
try
{
if (game.isPlayable())
if (game.isPlayableWithDefaultPackages())
{
Block const playPal = catalog.read("PLAYPAL");
Block const title = catalog.read("TITLE");
Expand Down

0 comments on commit ce7b800

Please sign in to comment.