diff options
| author | Léo Lam <leo@leolam.fr> | 2025-05-24 16:12:39 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2025-05-24 16:12:39 +0100 |
| commit | f810b758f27a9fe7ba9abfa9d30784fad2eb1002 (patch) | |
| tree | 70c90658e4550d88c06c3cf228427288d9a2a3a5 /src/KingSystem | |
| parent | a7b0f34e517d4d93d60dd22bd1a1c33fad68313b (diff) | |
Reformat gdtSpecialFlags.cpp as well
Diffstat (limited to 'src/KingSystem')
| -rw-r--r-- | src/KingSystem/GameData/gdtSpecialFlags.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/KingSystem/GameData/gdtSpecialFlags.cpp b/src/KingSystem/GameData/gdtSpecialFlags.cpp index 0ecc96bf..e08a4dd2 100644 --- a/src/KingSystem/GameData/gdtSpecialFlags.cpp +++ b/src/KingSystem/GameData/gdtSpecialFlags.cpp @@ -12,7 +12,9 @@ const char* sDungeonClearFlagPrefix = "Clear_"; const char* sDungeonEnterFlagPrefix = "Enter_"; #define GDT_DEFINE_BOOL_GETTER(FLAG) \ - bool getBool_##FLAG(bool debug = false) { return getBool(flag_##FLAG(), debug); } + bool getBool_##FLAG(bool debug = false) { \ + return getBool(flag_##FLAG(), debug); \ + } GDT_DEFINE_BOOL_GETTER(SaveProhibition) GDT_DEFINE_BOOL_GETTER(SaveProhibitionArea) |
