From 08308d808c2ab3a6621762127eed6c46f16286c6 Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Mon, 24 May 2021 11:47:37 +0200 Subject: Codechange: use separate pre and post callbacks for int settings --- src/newgrf_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_config.h') 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 */ -- cgit v1.2.3-54-g00ecf