(svn r22504) -Codechange: Add EV_END and use it to check the lengths of _effect_init_procs and _effect_tick_procs.

This commit is contained in:
frosch
2011-05-28 09:43:53 +00:00
parent 1b34d22620
commit 7c21083227
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ enum EffectVehicleType {
EV_EXPLOSION_SMALL = 7, ///< Various explosions.
EV_BULLDOZER = 8, ///< Bulldozer at roadworks.
EV_BUBBLE = 9, ///< Bubble of bubble generator (industry).
EV_END
};
EffectVehicle *CreateEffectVehicle(int x, int y, int z, EffectVehicleType type);