Merge pull request #10069 from penev92/soundLoader

Add plumbing for mod-defined sound loaders
This commit is contained in:
Matthias Mailänder
2015-12-25 14:40:43 +01:00
13 changed files with 171 additions and 62 deletions

View File

@@ -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!");
}
}
}