Small code changes to match the current report state

This commit is contained in:
2020-10-28 00:23:55 +02:00
parent 960dd89f4e
commit 5d8d06c793
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ class Const {
static final int maxTileWalls = 2; /**< Number of maximum walls for each tile on the board */
static final int noSupply =-1; /**< Number to indicate the absent of supply */
static final int noTileId =-1; /**< Number to indicate wrong tileId */
static final int EOR =-1; /**< Number to indicate the End Of Range */
}
/**
* Application wide object to hold settings like values for the session.