changeset 91:cc96bc955db6

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2011 18:02:23 +0200
parents 85a1c21fe80f
children d5f51370617b
files game/Piece.java
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/game/Piece.java	Thu Mar 03 16:46:10 2011 +0200
+++ b/game/Piece.java	Thu Mar 03 18:02:23 2011 +0200
@@ -25,9 +25,11 @@
     boolean rotationChanged, rotationActive,
             typeChanged, typeActive,
             stateChanged, stateActive;
-    float currAngle, newAngle, rotationTime, typeTime, rotationSpeed;
 
-    float throbTime;
+    float   currAngle, newAngle,
+            rotationTime, rotationSpeed,
+            typeTime, throbTime;
+
     Interpolate lerpRotation;
 
 
@@ -231,8 +233,6 @@
         {
         }
         
-
-        
         throbTime = (time % 100) / 100.0f;
     }