mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-15 09:41:27 -06:00
Add D3 to challenge maps list
This commit is contained in:
parent
31ca038021
commit
ed1d50c8ea
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user