summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-08 12:25:13 +0000
committerrubidium <rubidium@openttd.org>2009-02-08 12:25:13 +0000
commit377ce6c5bf1bc98087a83cd906dd14223668acef (patch)
tree5b7c7c6ed12ff58167007d93a309a4a340ebdf6b /src/settings_func.h
parent27105127f6f9161e42f9e329e2db8ea417558c9f (diff)
downloadopenttd-377ce6c5bf1bc98087a83cd906dd14223668acef.tar.xz
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
Diffstat (limited to 'src/settings_func.h')
-rw-r--r--src/settings_func.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings_func.h b/src/settings_func.h
index 2dcb705c0..99b04c12c 100644
--- a/src/settings_func.h
+++ b/src/settings_func.h
@@ -7,10 +7,10 @@
#include "core/smallvec_type.hpp"
-void IConsoleSetPatchSetting(const char *name, const char *value);
-void IConsoleSetPatchSetting(const char *name, int32 value);
-void IConsoleGetPatchSetting(const char *name);
-void IConsoleListPatches(const char *prefilter);
+void IConsoleSetSetting(const char *name, const char *value);
+void IConsoleSetSetting(const char *name, int32 value);
+void IConsoleGetSetting(const char *name);
+void IConsoleListSettings(const char *prefilter);
void LoadFromConfig();
void SaveToConfig();