comparison game/PieceType.java @ 6:be0bf7544069

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Jan 2011 18:42:16 +0200
parents 1785f66a7beb
children d6d92845d6a2
comparison
equal deleted inserted replaced
5:4890020bf856 6:be0bf7544069
2 * Ristipolku 2 * Ristipolku
3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 3 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 */ 4 */
5 package game; 5 package game;
6 6
7 public enum PieceType { START, NORMAL, ACTIVE, NONE } 7 public enum PieceType { START, LOCKED, ACTIVE, NONE }
8 8