X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=nbvtf%2Fvtf_cmd.c;fp=nbvtf%2Fvtf_cmd.c;h=d5012791fea0192b11988ece056d3614a3328ca6;hb=1d4488d79917b6b47ae3f0d705486a5b873e8dea;hp=1fc553616ae34ed1d99dbca681b405544881b3c0;hpb=404dc02ee546ca1955507fd4644492977fcfc07f;p=convexer.git diff --git a/nbvtf/vtf_cmd.c b/nbvtf/vtf_cmd.c index 1fc5536..d501279 100644 --- a/nbvtf/vtf_cmd.c +++ b/nbvtf/vtf_cmd.c @@ -126,7 +126,8 @@ int main( int argc, char *argv[] ) printf( "tovtf: Creating vtf with format '%s'\n", vtf_format_strings[ format ] ); auto_output( path_source, dest ); - nbvtf_convert( path_source, 0, 0, 1, format, 0x00, dest ); + nbvtf_init(); + nbvtf_convert( path_source, 0, 0, 1, format, 16, 0x00, dest ); return 0; }