Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/table/
H A Dsprites.h368 static const SpriteID SPR_ORIGINAL_SIGNALS_BASE = 1275; variable
/dports/games/openttd/openttd-12.1/src/
H A Drail_cmd.cpp1931 …sprite = (type == SIGTYPE_NORMAL && variant == SIG_ELECTRIC) ? SPR_ORIGINAL_SIGNALS_BASE : SPR_SIG… in DrawSingleSignal()