Merge pull request #10069 from penev92/soundLoader
Add plumbing for mod-defined sound loaders
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenRA.Graphics
|
||||
if (loader.TryParseSprite(stream, out frames))
|
||||
return frames;
|
||||
|
||||
throw new InvalidDataException(filename + " is not a valid sprite file");
|
||||
throw new InvalidDataException(filename + " is not a valid sprite file!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user