ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/OniSplit/Program.cs
(Generate patch)

Comparing OniSplit/Program.cs (file contents):
Revision 1132 by geyser, Sat May 30 13:15:32 2020 UTC vs.
Revision 1154 by geyser, Mon May 3 15:22:15 2021 UTC

# Line 843 | Line 843 | namespace Oni
843  
844                  case ".wav":
845                      if (task.Type == TemplateTag.NONE || task.Type == TemplateTag.SNDD)
846 <                        importer = new WavImporter();
846 >                        importer = new WavImporter(args.Any(a => a == "-demo"));
847                      break;
848  
849                  case ".aif":

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)