Home
last modified time | relevance | path

Searched refs:_effect_tick_procs (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Deffectvehicle.cpp552 static EffectTickProc * const _effect_tick_procs[] = { variable
566 static_assert(lengthof(_effect_tick_procs) == EV_END);
645 return _effect_tick_procs[this->subtype](this); in Tick()