pokemon_animation's variable is not initialized (#374)

This commit is contained in:
SnDream 2017-06-25 14:49:57 +08:00 committed by yenatch
parent 175cc6536a
commit 3c8d034a6f

View File

@ -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;