diff options
Diffstat (limited to 'src/texture_override.h')
| -rw-r--r-- | src/texture_override.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/texture_override.h b/src/texture_override.h index bdc95e732..4c09fa540 100644 --- a/src/texture_override.h +++ b/src/texture_override.h @@ -57,7 +57,8 @@ struct TextureOverride { std::string id; std::string texture; - override_t target; + override_t target = 0; + u8 world_scale = 0; // Helper function for checking if an OverrideTarget is found in // a TextureOverride without casting |
