Skip to content

Commit

Permalink
Removing hardcoded values from the ANSi loader function call
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jul 26, 2015
1 parent 5abe7c8 commit b927cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int main(int argc, char *argv[])
else {
// params: input, output, font, bits, icecolors, fext
//alAnsiLoader(input, output, retinaout, font, bits, icecolors, fext, createRetinaRep);
alAnsiLoader(input, output, retinaout, "80x25", "9", "1", fext, createRetinaRep);
alAnsiLoader(input, output, retinaout, font, bits, icecolors, fext, createRetinaRep);
fileIsANSi = true;
}

Expand Down

0 comments on commit b927cc6

Please sign in to comment.