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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user