summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-09 13:59:07 +0000
committerrubidium <rubidium@openttd.org>2007-07-09 13:59:07 +0000
commit6cf2aad16550db18ae5f82720ead2fbb51cb253a (patch)
tree24468a056c2a41770b2bce4e58600ea5962ffa88 /src/newgrf_callbacks.h
parentbb8923c336f67270d1c7af12df9c5a9f029d67cc (diff)
downloadopenttd-6cf2aad16550db18ae5f82720ead2fbb51cb253a.tar.xz
(svn r10486) -Fix: do not draw foundations when the "should I draw foundations" callbacks says to do so.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index bab07c528..27d468c66 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -124,7 +124,7 @@ enum CallbackID {
CBID_INDTILE_SHAPE_CHECK = 0x2F, // not yet implemented
/* Called to determine the type (if any) of foundation to draw for industry tile */
- CBID_INDUSTRY_DRAW_FOUNDATIONS = 0x30, // not yet implemented
+ CBID_INDUSTRY_DRAW_FOUNDATIONS = 0x30,
/* Called when the player (or AI) tries to start or stop a vehicle. Mainly
* used for preventing a vehicle from leaving the depot. */