forked from mirror/OpenTTD
(svn r26747) -Feature: [NewGRF] Advanced visual effects with multiple effect sprites independent of spawning model.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user