ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Config.c
(Generate patch)

Comparing Daodan/src/Daodan_Config.c (file contents):
Revision 1007 by alloc, Fri Jul 4 15:42:25 2014 UTC vs.
Revision 1008 by alloc, Mon Aug 25 23:21:09 2014 UTC

# Line 47 | Line 47 | ConfigSection_t config[] = {
47                  { 0, 0, 0, {0}, {0} }
48          } },
49          { "gameplay", "Gameplay", {
50 +                { "characterawareness",
51 +                        "Makes AI remember the player.",
52 +                        C_BOOL,
53 +                        {.intBoolVal = true},
54 +                        {.intBoolVal = true} },
55                  { "cheatsenabled",
56                          "Enables cheats without having to beat the game first.",
57                          C_BOOL,

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)