Home
last modified time | relevance | path

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

/dports/games/brainparty/brainparty/
H A DBPGame.cpp281 sfcSecretLo = LoadBitmap("secret_lo", 71, 66); in Init()
1737 DrawImage(sfcSecretLo, 2 + xoff, 349 + yoff); in RenderHistory()
1743 DrawImage(sfcSecretLo, 83 + xoff, 349 + yoff); in RenderHistory()
1749 DrawImage(sfcSecretLo, 164 + xoff, 349 + yoff); in RenderHistory()
1755 DrawImage(sfcSecretLo, 246 + xoff, 349 + yoff); in RenderHistory()
H A DBPGame.h118 Texture* sfcSecretLo; variable