mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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…
x
Reference in New Issue
Block a user