mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-06-07 03:34:59 -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;
|
return kmtChallenge;
|
||||||
|
|
||||||
case 'd':
|
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':
|
case 'm':
|
||||||
return kmtMultiplayerChallenge;
|
return kmtMultiplayerChallenge;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user