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:
@@ -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 + "].");
|
||||
|
||||
Reference in New Issue
Block a user