mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix default network map js
This was SVN commit r10289.
This commit is contained in:
parent
3c5bf35f81
commit
b6882ca146
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Constants
|
||||
const DEFAULT_NETWORKED_MAP = "Median Oasis";
|
||||
const DEFAULT_NETWORKED_MAP = "Oasis II";
|
||||
const DEFAULT_OFFLINE_MAP = "Oasis II";
|
||||
|
||||
// TODO: Move these somewhere like simulation\data\game_types.json, Atlas needs them too
|
||||
|
|
|
|||
Loading…
Reference in a new issue