diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pokemon_animation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pokemon_animation.c b/tools/pokemon_animation.c index 0728788ec..5eadd6104 100644 --- a/tools/pokemon_animation.c +++ b/tools/pokemon_animation.c @@ -229,7 +229,7 @@ int main(int argc, char* argv[]) { struct Frames frames = {0}; struct Bitmasks bitmasks = {0}; int ch; - bool use_bitmasks, use_frames; + bool use_bitmasks = false, use_frames = false; char* tilemap_filename; char* dimensions_filename; |