ToolStroke: update Park tool to use new ToolEffect class

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@632 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-05-16 23:42:21 +00:00
parent b3522c514c
commit eb63e3817a
2 changed files with 9 additions and 12 deletions

View file

@ -323,7 +323,7 @@ public class TileConstants
}
}
public static boolean isRubble(char cell)
public static boolean isRubble(int cell)
{
return (((cell & LOMASK) >= RUBBLE) &&
((cell & LOMASK) <= LASTRUBBLE));