Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dclua.h171 static const int MAX_THROTTLE_SLEEPS = 100; variable
H A Dclua.cc1142 if (lua->n_throttle_sleeps > CLua::MAX_THROTTLE_SLEEPS) in _clua_throttle_hook()
1144 lua->n_throttle_sleeps = CLua::MAX_THROTTLE_SLEEPS; in _clua_throttle_hook()