diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-27 09:06:54 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-27 09:06:54 +0100 |
commit | 3cd7596919dc6f12a6cd0884e5a2fe383e30c959 (patch) | |
tree | fe9b270b7c1190450f621f225550c60de4ff2790 /core/src/ch/asynk/tankontank/engine | |
parent | 944153dd21a33f16dd7f34b4a33e01cfd24f4abb (diff) | |
download | RustAndDust-3cd7596919dc6f12a6cd0884e5a2fe383e30c959.zip RustAndDust-3cd7596919dc6f12a6cd0884e5a2fe383e30c959.tar.gz |
ShotAnimation,Map: resetAll() -> resetSound() called just before building animations
Diffstat (limited to 'core/src/ch/asynk/tankontank/engine')
-rw-r--r-- | core/src/ch/asynk/tankontank/engine/gfx/animations/ShotAnimation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/tankontank/engine/gfx/animations/ShotAnimation.java b/core/src/ch/asynk/tankontank/engine/gfx/animations/ShotAnimation.java index 002ec76..9d2257e 100644 --- a/core/src/ch/asynk/tankontank/engine/gfx/animations/ShotAnimation.java +++ b/core/src/ch/asynk/tankontank/engine/gfx/animations/ShotAnimation.java @@ -105,7 +105,7 @@ public class ShotAnimation implements Disposable, Animation, Pool.Poolable longShotId = -1; } - public static void resetAll() + public static void resetSound() { longShotId = -1; } |