summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-05-24 11:47:37 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-05-29 10:07:30 +0200
commit08308d808c2ab3a6621762127eed6c46f16286c6 (patch)
tree1b0cc66d3169b27d8adf345e4304fe7c030e7ffb /src/newgrf_config.h
parente2f5d9e561b70aec85d67b4eea822ba49f0c20bf (diff)
downloadopenttd-08308d808c2ab3a6621762127eed6c46f16286c6.tar.xz
Codechange: use separate pre and post callbacks for int settings
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 1588f8c3a..3b3da962e 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -239,6 +239,6 @@ void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFC
GRFTextWrapper FindUnknownGRFName(uint32 grfid, uint8 *md5sum, bool create);
void UpdateNewGRFScanStatus(uint num, const char *name);
-bool UpdateNewGRFConfigPalette(int32 p1 = 0);
+void UpdateNewGRFConfigPalette(int32 new_value = 0);
#endif /* NEWGRF_CONFIG_H */