summaryrefslogtreecommitdiffstats
path: root/editor/renames_map_3_to_4.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-02-27 13:34:35 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-02-27 13:34:35 +0100
commit7cf1ec1cd42b72bf7c07ca855edd37e17f82805a (patch)
treedbb85b96d69cfa41e3d8f6fd6e8b9091bfa6b4a4 /editor/renames_map_3_to_4.h
parent6eb25f238fec3f4a104e60f6085ce74462d23ca6 (diff)
downloadredot-engine-7cf1ec1cd42b72bf7c07ca855edd37e17f82805a.tar.gz
Add 3-to-4 renames for project settings in project.godot
In the ConfigFile format, the first subpath is the category and is not part of the line that the regex would match. Fixes #66125.
Diffstat (limited to 'editor/renames_map_3_to_4.h')
-rw-r--r--editor/renames_map_3_to_4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/renames_map_3_to_4.h b/editor/renames_map_3_to_4.h
index 119ededf43..537e5f1db5 100644
--- a/editor/renames_map_3_to_4.h
+++ b/editor/renames_map_3_to_4.h
@@ -42,6 +42,7 @@ struct RenamesMap3To4 {
static const char *gdscript_signals_renames[][2];
static const char *csharp_signals_renames[][2];
static const char *project_settings_renames[][2];
+ static const char *project_godot_renames[][2];
static const char *input_map_renames[][2];
static const char *builtin_types_renames[][2];
static const char *shaders_renames[][2];