mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
pokemon_animation's variable is not initialized (#374)
This commit is contained in:
parent
175cc6536a
commit
3c8d034a6f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user