~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to src/game-parameters.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    bool see_opponents_stacks;
61
61
    bool see_opponents_production;
62
 
    bool play_with_quests;
 
62
    enum QuestPolicy {
 
63
      NO_QUESTING = 0, ONE_QUEST_PER_PLAYER, ONE_QUEST_PER_HERO
 
64
    };
 
65
    QuestPolicy play_with_quests;
63
66
    bool hidden_map;
64
67
    bool diplomacy;
65
68
 
72
75
    };
73
76
    RazingCities razing_cities;
74
77
 
75
 
    bool quick_start;
 
78
    enum QuickStartPolicy {
 
79
      NO_QUICK_START = 0,
 
80
      EVENLY_DIVIDED = 1,
 
81
      AI_HEAD_START = 2,
 
82
    };
 
83
    QuickStartPolicy quick_start;
76
84
    bool cusp_of_war;
77
85
    bool intense_combat;
78
86
    bool military_advisor;