Home
last modified time | relevance | path

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

/dports/games/abbayedesmorts/abbayedesmorts-gpl-2.0.1/src/
H A Ddrawing.c255 SDL_Texture *yparchment = NULL; in showparchment() local
258 case 3: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment1.png"); in showparchment()
260 case 8: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment2.png"); in showparchment()
262 case 12: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment3.png"); in showparchment()
264 case 14: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment4.png"); in showparchment()
266 case 16: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment5.png"); in showparchment()
268 case 21: yparchment = IMG_LoadTexture(renderer, DATADIR "/graphics/parchment6.png"); in showparchment()
273 SDL_RenderCopy(renderer,yparchment,NULL,NULL); in showparchment()
274 SDL_DestroyTexture(yparchment); in showparchment()