diff options
author | belugas <belugas@openttd.org> | 2008-04-18 03:20:59 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-04-18 03:20:59 +0000 |
commit | d2b55e7afd74361b6e4306f7f892381f34004514 (patch) | |
tree | 8cc05bf7286289c81b3a1bdf59f67dde232905c6 | |
parent | 13dcf2ed7e27474bcb2378dcb4ec53f23af95a5a (diff) | |
download | openttd-d2b55e7afd74361b6e4306f7f892381f34004514.tar.xz |
(svn r12760) -Fix(r12759): Remove a now useless comment
-rw-r--r-- | src/newgrf_spritegroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_spritegroup.cpp b/src/newgrf_spritegroup.cpp index a132a0cc6..5e866d51d 100644 --- a/src/newgrf_spritegroup.cpp +++ b/src/newgrf_spritegroup.cpp @@ -97,7 +97,7 @@ static inline bool Is8BitCallback(const ResolverObject *object) case CBID_INDTILE_ACCEPT_CARGO: case CBID_VEHICLE_COLOUR_MAPPING: case CBID_HOUSE_PRODUCE_CARGO: - case CBID_INDTILE_SHAPE_CHECK: // depends on grf version, masked to 8 bit in PerformIndustryTileSlopeCheck() if needed + case CBID_INDTILE_SHAPE_CHECK: case CBID_VEHICLE_SOUND_EFFECT: case CBID_VEHICLE_MODIFY_PROPERTY: // depends on queried property case CBID_CARGO_PROFIT_CALC: |