~ubuntu-branches/ubuntu/vivid/manaplus/vivid

« back to all changes in this revision

Viewing changes to src/defaults.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
    AddDEF("protectedItems", "");
362
362
    AddDEF("inventorySortOrder", 0);
363
363
    AddDEF("storageSortOrder", 0);
 
364
    AddDEF("cartSortOrder", 0);
364
365
    AddDEF("buySortOrder", 0);
365
366
    AddDEF("showmotd", false);
366
367
    AddDEF("playMapAnimations", true);
577
578
    AddDEF("defaultcommandsPatchFile", "defaultcommands_patch.xml");
578
579
    AddDEF("defaultcommandsPatchDir", "defaultcommands.d");
579
580
    AddDEF("poisonEffectName", "poison");
 
581
    AddDEF("cartEffectName", "cart");
580
582
 
581
583
    return configData;
582
584
}