diff options
Diffstat (limited to 'tools/validator/structs.h')
-rw-r--r-- | tools/validator/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/validator/structs.h b/tools/validator/structs.h index 1b61f77..406dc0c 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h | |||
@@ -21,6 +21,7 @@ struct MalformedIdentifiers { | |||
21 | }; | 21 | }; |
22 | 22 | ||
23 | struct GameNodeInfo { | 23 | struct GameNodeInfo { |
24 | bool defined = false; | ||
24 | int uses = 0; | 25 | int uses = 0; |
25 | }; | 26 | }; |
26 | 27 | ||