This commit is contained in:
parent
5c55823d63
commit
e2956c44ee
12 changed files with 277 additions and 203 deletions
|
@ -346,6 +346,7 @@ BOOL CTileBank::SelectCancel()
|
|||
BOOL CTileBank::IsTileValid(int Set,int Tile)
|
||||
{
|
||||
if (Set<0 || Tile<0) return(FALSE);
|
||||
if (Tile==0) return(TRUE);
|
||||
ASSERT(Set<TileSet.size());
|
||||
|
||||
return(TileSet[Set].IsTileValid(Tile));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue