Wrong uncompressed formats... oops
[convexer.git] / nbvtf / vtf_cmd.c
index 1fc553616ae34ed1d99dbca681b405544881b3c0..d5012791fea0192b11988ece056d3614a3328ca6 100644 (file)
@@ -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;
 }