This commit is contained in:
Bram Veenboer
2011-02-20 19:47:48 +00:00
parent 6ebbbba657
commit 66c723f23f
2 changed files with 8 additions and 4 deletions

View File

@@ -40,13 +40,13 @@ public class Main extends TaskListener {
}
public void initialise() throws DeviceInitialiseException {
add(new JIntellitypeDevice());
add(new PlayerDevice());
//add(new JIntellitypeDevice());
//add(new PlayerDevice());
//add(new RumblepadDevice());
//add(new WiimoteDevice());
//add(new GUIDevice());
//add(new TextDevice());
//add(new LanTextDevice());
add(new LanTextDevice());
for (Device device : deviceList) {
try {
device.initialise();