Home
last modified time | relevance | path

Searched refs:emptyTileCount (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DTiledWorld.java109 int emptyTileCount = 0; in calculateSkips() local
113 emptyTileCount++; in calculateSkips()
114 mTilesArray[x][y] = -emptyTileCount; in calculateSkips()
116 emptyTileCount = 0; in calculateSkips()