1
0
forked from 0ad/0ad

Changed default maps.

This was SVN commit r11815.
This commit is contained in:
Michael D. Hafer 2012-05-10 05:04:10 +00:00
parent b3f9daead8
commit 7d00b830aa

View File

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////
// Constants
const DEFAULT_NETWORKED_MAP = "Oasis X";
const DEFAULT_OFFLINE_MAP = "Oasis X";
const DEFAULT_NETWORKED_MAP = "Oasis 11";
const DEFAULT_OFFLINE_MAP = "Oasis 11";
// TODO: Move these somewhere like simulation\data\game_types.json, Atlas needs them too
const VICTORY_TEXT = ["Conquest", "None"];