diff options
author | red031000 <rubenru09@aol.com> | 2020-07-13 14:32:55 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-13 14:32:55 +0100 |
commit | b13e85ee6aa88181e6f3d7a174957c3911a562d3 (patch) | |
tree | 12a081c337eacab32258d36c0fc4dc2fa7557f99 /tools/nitrogfx/main.c | |
parent | 7245b56b693f1cccc8e2809ca650af6790c5c1ce (diff) |
turns out I'm just stupid
Diffstat (limited to 'tools/nitrogfx/main.c')
-rw-r--r-- | tools/nitrogfx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/main.c b/tools/nitrogfx/main.c index 12521517..b7136b03 100644 --- a/tools/nitrogfx/main.c +++ b/tools/nitrogfx/main.c @@ -418,7 +418,7 @@ void HandlePngToNtrPaletteCommand(char *inputPath, char *outputPath, int argc, c bool ncpr = false; bool ir = false; bool nopad = false; - int compNum; + int compNum = 0; for (int i = 3; i < argc; i++) { |