diff options
| author | Quietust | 2012-02-13 19:56:55 -0600 |
|---|---|---|
| committer | Quietust | 2012-02-13 19:56:55 -0600 |
| commit | b152a40e836c652e6a18c93e17a5789d98d1409a (patch) | |
| tree | 1aa07e4693afc1021d4b7056ab3e5ab7c02299fb /library/TileTypes.cpp | |
| parent | d15d38d536178b7501b05227d66dbe62e28e498c (diff) | |
| download | dfhack-b152a40e836c652e6a18c93e17a5789d98d1409a.tar.gz dfhack-b152a40e836c652e6a18c93e17a5789d98d1409a.tar.bz2 dfhack-b152a40e836c652e6a18c93e17a5789d98d1409a.tar.xz | |
Fix remaining issues
Diffstat (limited to 'library/TileTypes.cpp')
| -rw-r--r-- | library/TileTypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/TileTypes.cpp b/library/TileTypes.cpp index c31e948c..55197de9 100644 --- a/library/TileTypes.cpp +++ b/library/TileTypes.cpp @@ -74,7 +74,7 @@ namespace DFHack // Run through until perfect match found or hit end. FOR_ENUM_ITEMS(tiletype, tt) { - if (value < (8|4|1)) + if (value == (8|4|1)) break; if (tileShape(tt) == tshape) { |
