Add D3 to challenge maps list

This commit is contained in:
Nathan Fulton 2016-09-13 13:37:08 -04:00
parent 31ca038021
commit ed1d50c8ea

View File

@ -419,7 +419,9 @@ MissionType MissionList::GetMissionType(const PackId *ppackid,
return kmtChallenge;
case 'd':
return kmtDemo;
// HACK: D3 is the only demo mission in the database
// let's considder it a challenge map
return kmtChallenge; // return kmtDemo;
case 'm':
return kmtMultiplayerChallenge;