Disable player panel while settings panel is shown
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@313 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
e4a1246f01
commit
d6b8b23c6d
5 changed files with 106 additions and 47 deletions
|
@ -131,4 +131,10 @@ public class MockView implements IView {
|
|||
return newGameEvent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void showInterface(boolean enable) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue