summaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
committerdominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
commit38b8b7848f169db08549b97954fd8810a3d0f3bd (patch)
tree849dd228026826b8163c4b72bee611082a3ffb5f /settings.h
parent4e38703e8cdc63c33b1f70079ac250a0415ce0f8 (diff)
downloadopenttd-38b8b7848f169db08549b97954fd8810a3d0f3bd.tar.xz
(svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
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 ed6545924..e4bf27601 100644
--- a/settings.h
+++ b/settings.h
@@ -9,6 +9,7 @@ enum SettingDescType {
SDT_STRING,
SDT_STRINGBUF,
SDT_INTLIST,
+ SDT_STRINGQUOT, // string with quotation marks around it
SDT_INT8 = 0 << 4,
SDT_UINT8 = 1 << 4,