~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to src/Configuration.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2007-10-29 15:38:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029153806-z2j47adhmdjc7wae
Tags: 0.0.4-1
* New upstream release
* Add desktop file and simple manpage for new binary lordsawar-army-editor
* Syntax fixes on manpages
* Move manpages to correct section (6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
class XML_Helper;
23
23
 
 
24
#include "game-parameters.h"
 
25
 
24
26
// helper for making sure we got the initial configuration stuff up running
25
27
void initialize_configuration();
26
28
 
94
96
        static Uint32 s_musicvolume;
95
97
        static Uint32 s_musiccache;
96
98
 
 
99
        // various default game settings
 
100
        static bool s_see_opponents_stacks;
 
101
        static bool s_see_opponents_production;
 
102
        static bool s_play_with_quests;
 
103
        static bool s_hidden_map;
 
104
        static bool s_diplomacy;
 
105
        static GameParameters::NeutralCities s_neutral_cities;
 
106
        static bool s_intense_combat;
 
107
        static bool s_military_advisor;
 
108
        static bool s_random_turns;
 
109
        static bool s_quick_start;
 
110
 
97
111
    private:
98
112
        /** \brief The callback for the XML_Helper
99
113
          *