aboutsummaryrefslogtreecommitdiff
path: root/src/ch
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2016-04-08 13:26:25 +0200
committerPacien TRAN-GIRARD2016-04-08 13:26:25 +0200
commit95348e4ca6fa0e0a1bd88bb2a9061c3154d5beb1 (patch)
tree493290a7830c0b77eed19864e92f632dd7096df4 /src/ch
parent68c4263fa48cf211b17b07dd74ba2bb5c827ef73 (diff)
downloadxblast-95348e4ca6fa0e0a1bd88bb2a9061c3154d5beb1.tar.gz
Reformat code
Diffstat (limited to 'src/ch')
-rw-r--r--src/ch/epfl/xblast/server/Ticks.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch/epfl/xblast/server/Ticks.java b/src/ch/epfl/xblast/server/Ticks.java
index a4c3e74..b880dd7 100644
--- a/src/ch/epfl/xblast/server/Ticks.java
+++ b/src/ch/epfl/xblast/server/Ticks.java
@@ -34,6 +34,7 @@ public interface Ticks {
34 * Duration of crumbling of a wall (in ticks). 34 * Duration of crumbling of a wall (in ticks).
35 */ 35 */
36 int WALL_CRUMBLING_TICKS = EXPLOSION_TICKS; 36 int WALL_CRUMBLING_TICKS = EXPLOSION_TICKS;
37
37 /** 38 /**
38 * Duration of the presence of a bonus (in ticks). 39 * Duration of the presence of a bonus (in ticks).
39 */ 40 */