Need to tack the .properties on by hand when we're loading in this manner.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3378 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-03-02 04:28:41 +00:00
parent f4343be20d
commit 91f936d147
@@ -708,7 +708,7 @@ public class SoundManager
String propPath = key.pkgPath + Sounds.PROP_NAME;
Properties props = new Properties();
try {
props.load(_rmgr.getResource(propPath));
props.load(_rmgr.getResource(propPath + ".properties"));
} catch (IOException ioe) {
Log.warning("Failed to load sound properties " +
"[path=" + propPath + ", error=" + ioe + "].");