Changed tabs into spaces

develop
Raoul XQ 2011-04-11 13:15:51 +02:00
parent 62a7c3037c
commit 4e6cef8b7b
1 changed files with 435 additions and 435 deletions

@ -267,9 +267,9 @@ int main (int argc, const char* argv[])
{ {
bool quiet = true; bool quiet = true;
// let's be more useful when double-clicked on windows // let's be more useful when double-clicked on windows
#ifndef LINUX_BUILD #ifndef LINUX_BUILD
quiet = false; quiet = false;
#endif #endif
string creature_type = "Dwarf"; string creature_type = "Dwarf";
string creature_id = ""; string creature_id = "";
@ -541,18 +541,18 @@ int main (int argc, const char* argv[])
dochange = false; dochange = false;
} }
// cout << "dochange = " << int(dochange) << endl; // cout << "dochange = " << int(dochange) << endl;
// cout << "remove_skills = " << int(remove_skills) << endl; // cout << "remove_skills = " << int(remove_skills) << endl;
// cout << "remove_labors = " << int(remove_labors) << endl; // cout << "remove_labors = " << int(remove_labors) << endl;
// cout << "add_labor = " << int(add_labor) << endl; // cout << "add_labor = " << int(add_labor) << endl;
// cout << "remove_labor = " << int(remove_labor) << endl; // cout << "remove_labor = " << int(remove_labor) << endl;
// cout << "make_hauler = " << int(make_hauler) << endl; // cout << "make_hauler = " << int(make_hauler) << endl;
// cout << "remove_hauler = " << int(remove_hauler) << endl; // cout << "remove_hauler = " << int(remove_hauler) << endl;
// cout << "make_engraver = " << int(make_engraver) << endl; // cout << "make_engraver = " << int(make_engraver) << endl;
// cout << "make_mason = " << int(make_mason) << endl; // cout << "make_mason = " << int(make_mason) << endl;
// cout << "allow_massdesignation = " << int(allow_massdesignation) << endl; // cout << "allow_massdesignation = " << int(allow_massdesignation) << endl;
// cout << "force_massdesignation = " << int(force_massdesignation) << endl; // cout << "force_massdesignation = " << int(force_massdesignation) << endl;
// cout << "creature.profession = " << int(creature.profession) << endl; // cout << "creature.profession = " << int(creature.profession) << endl;
if (dochange) if (dochange)
{ {