| # | 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, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |