You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
pokemon_animation's variable is not initialized (#374)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user