summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-07 14:18:17 +0000
committertron <tron@openttd.org>2005-08-07 14:18:17 +0000
commit3f39db10d7f3f8fef423647488d29572f755b30e (patch)
tree5a5173c29b038ba89f91183081daaba475f99351 /settings.h
parent14e80ca15968476fffdbc64c5dc5edae9145c0d8 (diff)
downloadopenttd-3f39db10d7f3f8fef423647488d29572f755b30e.tar.xz
(svn r2831) Fix some potential and real buffer overflows
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.h b/settings.h
index 2ea3fa9c4..7dff53dcb 100644
--- a/settings.h
+++ b/settings.h
@@ -12,6 +12,7 @@ enum SettingDescType {
SDT_STRINGBUF,
SDT_INTLIST,
SDT_STRINGQUOT, // string with quotation marks around it
+ SDT_CHAR,
SDT_INT8 = 0 << 4,
SDT_UINT8 = 1 << 4,