summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-08 23:56:27 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-08 23:56:27 +0100
commitd00ce02aa2def042f0d4571de6ba43e2445db2a6 (patch)
tree097651e45b58efa240fa21275bc3cba527d05ef5 /core
parent10fdb8727fabea96fd9aac36f5844a846ceae829 (diff)
downloadRustAndDust-d00ce02aa2def042f0d4571de6ba43e2445db2a6.zip
RustAndDust-d00ce02aa2def042f0d4571de6ba43e2445db2a6.tar.gz
Ctrl: remove useless cfg
Diffstat (limited to 'core')
-rw-r--r--core/src/ch/asynk/rustanddust/game/Ctrl.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Ctrl.java b/core/src/ch/asynk/rustanddust/game/Ctrl.java
index f389d2d..652462a 100644
--- a/core/src/ch/asynk/rustanddust/game/Ctrl.java
+++ b/core/src/ch/asynk/rustanddust/game/Ctrl.java
@@ -26,7 +26,6 @@ public class Ctrl implements Disposable
public Map map;
public Hud hud;
- public Config cfg;
public boolean blockMap;
public boolean blockHud;
@@ -54,7 +53,6 @@ public class Ctrl implements Disposable
{
this.game = game;
this.battle = battle;
- this.cfg = game.config;
game.ctrl = this;
this.map = battle.setup();