finished nc merge

This commit is contained in:
logsol 2014-03-17 22:07:57 +01:00
parent f7ca9d2393
commit cacd5d74c0
8 changed files with 13 additions and 12 deletions

View file

@ -111,11 +111,11 @@ function (Parent, KeyboardInput, MouseInput, Nc) {
};
PlayerController.prototype.showInfo = function() {
Nc.trigger(Nc.ns.client.view.gameInfo.toggle, true);
Nc.trigger(Nc.ns.client.game.gameInfo.toggle, true);
};
PlayerController.prototype.hideInfo = function() {
Nc.trigger(Nc.ns.client.view.gameInfo.toggle, false);
Nc.trigger(Nc.ns.client.game.gameInfo.toggle, false);
};