From ee00d0bfbfa5ea253559038c27a23da33c528d0e Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 29 Feb 2016 15:36:04 +0100 Subject: Fix typo in constant name --- src/ch/epfl/xblast/server/Ticks.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ch/epfl/xblast/server/Ticks.java b/src/ch/epfl/xblast/server/Ticks.java index cdccad8..c19f073 100644 --- a/src/ch/epfl/xblast/server/Ticks.java +++ b/src/ch/epfl/xblast/server/Ticks.java @@ -31,11 +31,11 @@ public interface Ticks { /** * Duration of crumbling of a wall (in ticks). */ - public static int WALL_CRUMBLLING_TICKS = EXPLOSION_TICKS; + public static int WALL_CRUMBLING_TICKS = EXPLOSION_TICKS; /** * Duration of the presence of a bonus (in ticks). */ public static int BONUS_DISAPPEARING_TICKS = EXPLOSION_TICKS; - + } -- cgit v1.2.3