diff options
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index 4bb76b435..a72008372 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -632,6 +632,7 @@ DefaultsData* getPathsDefaults() AddDEF("cutInsDir", "graphics/cutins"); AddDEF("gmCommandSymbol", "@"); AddDEF("gmCharCommandSymbol", "#"); + AddDEF("linkCommandSymbol", "="); AddDEF("palettesDir", ""); AddDEF("defaultPaletteFile", "palette.gpl"); |