The temporaray 'configData' is now renamed to 'gameMedia'.

Brought in 'name' from MsoyGameConfig, because it's useful.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@230 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-03-06 19:26:42 +00:00
parent 69bed52e99
commit 66a7d642df
4 changed files with 33 additions and 29 deletions
@@ -58,8 +58,7 @@ public class EZGamePanel extends JPanel
EZGameConfig cfg = (EZGameConfig) ctrl.getPlaceConfig();
try {
// TODO
_gameView = (Component) Class.forName(cfg.configData).newInstance();
_gameView = (Component) Class.forName(cfg.gameMedia).newInstance();
add(_gameView);
} catch (RuntimeException re) {
throw re;