Multiple variables in one declaration
This commit is contained in:
@@ -313,7 +313,8 @@ public class MeteoritePlacer
|
||||
|
||||
int verticalBits = 0;
|
||||
|
||||
final int cx, cz;
|
||||
final int cx;
|
||||
final int cz;
|
||||
|
||||
public ChunkOnly(World w, int cx, int cz) {
|
||||
super( w );
|
||||
|
||||
@@ -32,7 +32,8 @@ public class Splotch
|
||||
this.color = col;
|
||||
this.lumen = lit;
|
||||
|
||||
double x, y;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
if ( side == ForgeDirection.SOUTH || side == ForgeDirection.NORTH )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user