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:
parent
b3522c514c
commit
eb63e3817a
2 changed files with 9 additions and 12 deletions
|
@ -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));
|
||||
|
|
Reference in a new issue