Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dbackgrnd.h34 extern JE_boolean anySmoothies; // if yes, I want one :D
H A Dbackgrnd.c43 JE_boolean anySmoothies; variable
318anySmoothies = (processorType > 2 && (smoothies[1-1] || smoothies[2-1])) || (processorType > 1 && … in JE_checkSmoothies()
H A Dtyrian2.c1262 if (anySmoothies) in JE_main()