comparison game/Engine.java @ 119:52d79502447c

Make few variables un-public.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 31 May 2011 20:22:18 +0300
parents 973f567c7b9d
children fa1b86b632aa
comparison
equal deleted inserted replaced
118:f5614b5d4aaa 119:52d79502447c
202 static final int boardMiddle = 4; 202 static final int boardMiddle = 4;
203 Piece[][] board; 203 Piece[][] board;
204 float pscale, ptime; 204 float pscale, ptime;
205 205
206 public boolean flagGameOver; 206 public boolean flagGameOver;
207 public int gameScore; 207 int gameScore;
208 208
209 public Piece currPiece, nextPiece; 209 Piece currPiece, nextPiece;
210 int currX, currY, currPoint; 210 int currX, currY, currPoint;
211 211
212 Sound sndPlaced; 212 Sound sndPlaced;
213 213
214 public GameBoard(IDMPoint pos, float ps) 214 public GameBoard(IDMPoint pos, float ps)