Searched refs:sfcSecretLo (Results 1 – 2 of 2) sorted by relevance
/dports/games/brainparty/brainparty/ |
H A D | BPGame.cpp | 281 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 D | BPGame.h | 118 Texture* sfcSecretLo; variable
|