MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / RecursiveResolve

Method RecursiveResolve

src/newgrf_profiling.cpp:98–101  ·  view source on GitHub ↗

* Capture a recursive sprite group resolution. */

Source from the content-addressed store, hash-verified

96 * Capture a recursive sprite group resolution.
97 */
98void NewGRFProfiler::RecursiveResolve()
99{
100 this->cur_call.subs += 1;
101}
102
103void NewGRFProfiler::Start()
104{

Callers 1

ResolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected