mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
*All tools converted to the new format now! They should all compile now.
*Fixed bug where specifying extra audio parameters wouldn't work with -o switch before input file/dir *Added dependencies to extract_agos msvc9 project *Added compress_tucker msvc project. svn-id: r41505
This commit is contained in:
+1
-1
@@ -709,7 +709,7 @@ int main(int argc, char *argv[]) {
|
||||
inpath.setFullPath(argv[first_arg]);
|
||||
|
||||
if(outpath.empty()) {
|
||||
// Change extension for output
|
||||
// Actual change of extension is done later...
|
||||
outpath = inpath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user