mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix uninitialized value.
This commit is contained in:
parent
8e87d5abc4
commit
2ebbe91fe8
@ -65,7 +65,7 @@ void print_palette(char* palette_filename) {
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
int ch;
|
||||
bool pokemon;
|
||||
bool pokemon = false;
|
||||
|
||||
while ((ch = getopt(argc, argv, "p")) != -1) {
|
||||
switch (ch) {
|
||||
|
Loading…
Reference in New Issue
Block a user