Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMap.h344 #define PR_IGNORE 2 macro
H A DMap.cpp2722 priority = PR_IGNORE; //don't run scripts for out of schedule actors in GenerateQueues()
2742 priority = PR_IGNORE; in GenerateQueues()
2748 if (priority>=PR_IGNORE) continue; in GenerateQueues()