summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-08-17 14:53:11 +0000
committerfrosch <frosch@openttd.org>2014-08-17 14:53:11 +0000
commitc30e137685dbbc4c3804a5a3cdc82e9eff7431a7 (patch)
treec963d1cfca6bd9cac887bbaa26a000e7f8b1e7ee /src/newgrf_callbacks.h
parent17e88d644af42132741174c3e14cbcc37b1b979f (diff)
downloadopenttd-c30e137685dbbc4c3804a5a3cdc82e9eff7431a7.tar.xz
(svn r26747) -Feature: [NewGRF] Advanced visual effects with multiple effect sprites independent of spawning model.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index e96d06803..2c30241f0 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -278,6 +278,9 @@ enum CallbackID {
/** Called when industry is built to set initial production level. */
CBID_INDUSTRY_PROD_CHANGE_BUILD = 0x15F, // 15 bit callback
+
+ /** Called to spawn visual effects for vehicles. */
+ CBID_VEHICLE_SPAWN_VISUAL_EFFECT = 0x160, // 15 bit callback
};
/**